Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/pm/powerplay/inc/
Dpower_state.h134 int sw_ctf_threshold; member
/linux-6.12.1/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dhardwaremanager.c269 adev->pm.dpm.thermal.sw_ctf_threshold = range.sw_ctf_threshold; in phm_start_thermal_controller()
Dvega10_hwmgr.c5313 thermal_data->sw_ctf_threshold = tdp_table->usSoftwareShutdownTemp; in vega10_get_thermal_temperature_range()
5315 thermal_data->sw_ctf_threshold = VEGA10_THERMAL_MAXIMUM_ALERT_TEMP; in vega10_get_thermal_temperature_range()
5316 thermal_data->sw_ctf_threshold *= PP_TEMPERATURE_UNITS_PER_CENTIGRADES; in vega10_get_thermal_temperature_range()
Dvega12_hwmgr.c2796 thermal_data->sw_ctf_threshold = pptable_information->us_software_shutdown_temp * in vega12_get_thermal_temperature_range()
Dvega20_hwmgr.c4252 thermal_data->sw_ctf_threshold = pptable_information->us_software_shutdown_temp * in vega20_get_thermal_temperature_range()
Dsmu7_hwmgr.c5450 thermal_data->sw_ctf_threshold = thermal_data->max; in smu7_get_thermal_temperature_range()
/linux-6.12.1/drivers/gpu/drm/amd/pm/inc/
Damdgpu_dpm.h97 int sw_ctf_threshold; member
/linux-6.12.1/drivers/gpu/drm/amd/pm/powerplay/
Damd_powerplay.c110 if (range->sw_ctf_threshold && in pp_swctf_delayed_work_handler()
125 if (!ret && gpu_temperature / 1000 < range->sw_ctf_threshold) in pp_swctf_delayed_work_handler()