Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dpower_state.h134 int sw_ctf_threshold; member
/linux/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c111 if (range->sw_ctf_threshold && in pp_swctf_delayed_work_handler()
126 if (!ret && gpu_temperature / 1000 < range->sw_ctf_threshold) in pp_swctf_delayed_work_handler()
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_hwmgr.c5172 thermal_data->sw_ctf_threshold = tdp_table->usSoftwareShutdownTemp; in vega10_get_thermal_temperature_range()
5174 thermal_data->sw_ctf_threshold = VEGA10_THERMAL_MAXIMUM_ALERT_TEMP; in vega10_get_thermal_temperature_range()
5175 thermal_data->sw_ctf_threshold *= PP_TEMPERATURE_UNITS_PER_CENTIGRADES; in vega10_get_thermal_temperature_range()
H A Dvega12_hwmgr.c2814 thermal_data->sw_ctf_threshold = pptable_information->us_software_shutdown_temp * in vega12_get_thermal_temperature_range()
H A Dvega20_hwmgr.c4305 thermal_data->sw_ctf_threshold = pptable_information->us_software_shutdown_temp * in vega20_get_thermal_temperature_range()
H A Dsmu7_hwmgr.c5564 thermal_data->sw_ctf_threshold = thermal_data->max; in smu7_get_thermal_temperature_range()