Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_thermal.c183 if (high > pptable_information->us_software_shutdown_temp) in vega12_thermal_set_temperature_range()
184 high = pptable_information->us_software_shutdown_temp; in vega12_thermal_set_temperature_range()
H A Dvega20_thermal.c254 if (high > pptable_information->us_software_shutdown_temp) in vega20_thermal_set_temperature_range()
255 high = pptable_information->us_software_shutdown_temp; in vega20_thermal_set_temperature_range()
H A Dvega12_processpptables.c238 …pptable_information->us_software_shutdown_temp = le16_to_cpu(powerplay_table->usSoftwareShutdownTe… in init_powerplay_table_information()
H A Dvega12_hwmgr.c2796 thermal_data->sw_ctf_threshold = pptable_information->us_software_shutdown_temp * in vega12_get_thermal_temperature_range()
H A Dvega20_hwmgr.c4252 thermal_data->sw_ctf_threshold = pptable_information->us_software_shutdown_temp * in vega20_get_thermal_temperature_range()
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h618 uint16_t us_software_shutdown_temp; member