Home
last modified time | relevance | path

Searched refs:mclk_down_hyst (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.h199 uint8_t mclk_down_hyst; member
H A Dsmu7_hwmgr.c1843 data->current_profile_setting.mclk_down_hyst = 60; in smu7_init_dpm_defaults()
1847 data->current_profile_setting.mclk_down_hyst = 16; in smu7_init_dpm_defaults()
1851 data->current_profile_setting.mclk_down_hyst = 16; in smu7_init_dpm_defaults()
1856 data->current_profile_setting.mclk_down_hyst = 100; in smu7_init_dpm_defaults()
5585 data->current_profile_setting.mclk_down_hyst, in smu7_get_power_profile_mode()
5601 smu7_profiling[i].mclk_down_hyst, in smu7_get_power_profile_mode()
5660 tmp.mclk_down_hyst = input[6]; in smu7_set_power_profile_mode()
5688 data->current_profile_setting.mclk_down_hyst = tmp.mclk_down_hyst; in smu7_set_power_profile_mode()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dfiji_smumgr.c1188 mem_level->DownHyst = data->current_profile_setting.mclk_down_hyst; in fiji_populate_single_memory_level()
2624 mclk_levels[i].DownHyst != setting->mclk_down_hyst) { in fiji_update_dpm_settings()
2626 mclk_levels[i].DownHyst = setting->mclk_down_hyst; in fiji_update_dpm_settings()
H A Dpolaris10_smumgr.c1182 mem_level->DownHyst = data->current_profile_setting.mclk_down_hyst; in polaris10_populate_single_memory_level()
2662 mclk_levels[i].DownHyst != setting->mclk_down_hyst) { in polaris10_update_dpm_settings()
2664 mclk_levels[i].DownHyst = setting->mclk_down_hyst; in polaris10_update_dpm_settings()
H A Dtonga_smumgr.c1002 memory_level->DownHyst = data->current_profile_setting.mclk_down_hyst; in tonga_populate_single_memory_level()
3223 mclk_levels[i].DownHyst != setting->mclk_down_hyst) { in tonga_update_dpm_settings()
3225 mclk_levels[i].DownHyst = setting->mclk_down_hyst; in tonga_update_dpm_settings()
H A Dci_smumgr.c1222 memory_level->DownH = data->current_profile_setting.mclk_down_hyst; in ci_populate_single_memory_level()
2835 mclk_levels[i].DownH != setting->mclk_down_hyst) { in ci_update_dpm_settings()
2837 mclk_levels[i].DownH = setting->mclk_down_hyst; in ci_update_dpm_settings()
H A Diceland_smumgr.c1268 memory_level->DownHyst = data->current_profile_setting.mclk_down_hyst; in iceland_populate_single_memory_level()