Home
last modified time | relevance | path

Searched refs:DownH (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/radeon/
A Dsmu7_fusion.h101 uint8_t DownH; member
122 uint8_t DownH; member
A Dsmu7_discrete.h122 uint8_t DownH; member
182 uint8_t DownH; member
A Dci_dpm.c2873 memory_level->DownH = 100; in ci_populate_single_memory_level()
3046 table->MemoryACPILevel.DownH = 100; in ci_populate_smc_acpi_level()
3206 graphic_level->DownH = 0; in ci_populate_single_graphic_level()
/drivers/gpu/drm/amd/pm/powerplay/inc/
A Dsmu7_fusion.h101 uint8_t DownH; member
122 uint8_t DownH; member
A Dsmu7_discrete.h125 uint8_t DownH; member
188 uint8_t DownH; member
/drivers/gpu/drm/amd/pm/powerplay/smumgr/
A Dci_smumgr.c442 level->DownH = data->current_profile_setting.sclk_down_hyst; in ci_populate_single_graphic_level()
1222 memory_level->DownH = data->current_profile_setting.mclk_down_hyst; in ci_populate_single_memory_level()
1504 table->MemoryACPILevel.DownH = 100; in ci_populate_smc_acpi_level()
2801 levels[i].DownH != setting->sclk_down_hyst) { in ci_update_dpm_settings()
2803 levels[i].DownH = setting->sclk_down_hyst; in ci_update_dpm_settings()
2807 + offsetof(SMU7_Discrete_GraphicsLevel, DownH); in ci_update_dpm_settings()
2811 tmp = phm_set_field_to_u32(down_hyst_offset, tmp, levels[i].DownH, sizeof(uint8_t)); in ci_update_dpm_settings()
2836 mclk_levels[i].DownH != setting->mclk_down_hyst) { in ci_update_dpm_settings()
2838 mclk_levels[i].DownH = setting->mclk_down_hyst; in ci_update_dpm_settings()
2842 + offsetof(SMU7_Discrete_MemoryLevel, DownH); in ci_update_dpm_settings()
[all …]

Completed in 28 milliseconds