Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dsmu7_hwmgr.h63 long temperature_high; member
H A Dsmu7_hwmgr.c1612 data->thermal_temp_setting.temperature_high = 95000; in smu7_init_dpm_defaults()
1616 data->thermal_temp_setting.temperature_high = 100000; in smu7_init_dpm_defaults()
/dragonfly/sys/dev/drm/radeon/
H A Dci_dpm.h146 s32 temperature_high; member
H A Dci_dpm.c440 (u8)(pi->thermal_temp_setting.temperature_high / 1000); in ci_populate_bapm_parameters_in_dpm_table()
3690 table->TemperatureLimitHigh = (u16)((pi->thermal_temp_setting.temperature_high * in ci_init_smc_table()
5832 pi->thermal_temp_setting.temperature_high = 95000; in ci_dpm_init()
5836 pi->thermal_temp_setting.temperature_high = 100000; in ci_dpm_init()
/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Diceland_smumgr.c1871 …dpm_table->GpuTjMax = (uint8_t)(data->thermal_temp_setting.temperature_high / PP_TEMPERATURE_UNITS… in iceland_populate_bapm_parameters_in_dpm_table()
2019 (data->thermal_temp_setting.temperature_high * in iceland_init_smc_table()
H A Dci_smumgr.c728 …dpm_table->GpuTjMax = (uint8_t)(data->thermal_temp_setting.temperature_high / PP_TEMPERATURE_UNITS… in ci_populate_bapm_parameters_in_dpm_table()
2038 (data->thermal_temp_setting.temperature_high * in ci_init_smc_table()