Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dpower_state.h134 int sw_ctf_threshold; member
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dhardwaremanager.c269 adev->pm.dpm.thermal.sw_ctf_threshold = range.sw_ctf_threshold; in phm_start_thermal_controller()
H A Dvega10_hwmgr.c5308 thermal_data->sw_ctf_threshold = tdp_table->usSoftwareShutdownTemp; in vega10_get_thermal_temperature_range()
5310 thermal_data->sw_ctf_threshold = VEGA10_THERMAL_MAXIMUM_ALERT_TEMP; in vega10_get_thermal_temperature_range()
5311 thermal_data->sw_ctf_threshold *= PP_TEMPERATURE_UNITS_PER_CENTIGRADES; in vega10_get_thermal_temperature_range()
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()
H A Dsmu7_hwmgr.c5443 thermal_data->sw_ctf_threshold = thermal_data->max; in smu7_get_thermal_temperature_range()
/openbmc/linux/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_dpm.h93 int sw_ctf_threshold; member
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/
H A 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()