Home
last modified time | relevance | path

Searched refs:hotspot_crit_max (Results 1 – 15 of 15) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/amd/pm/powerplay/inc/
Dpower_state.h129 int hotspot_crit_max; member
/linux-6.6.21/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dhardwaremanager.c264 adev->pm.dpm.thermal.max_hotspot_crit_temp = range.hotspot_crit_max; in phm_start_thermal_controller()
Dvega10_thermal.c381 range->hotspot_crit_max / PP_TEMPERATURE_UNITS_PER_CENTIGRADES)) { in vega10_thermal_set_temperature_range()
Dvega12_hwmgr.c2778 thermal_data->hotspot_crit_max = pp_table->ThotspotLimit * in vega12_get_thermal_temperature_range()
Dvega20_hwmgr.c4229 thermal_data->hotspot_crit_max = pp_table->ThotspotLimit * in vega20_get_thermal_temperature_range()
Dvega10_hwmgr.c5251 thermal_data->hotspot_crit_max = pp_table->ThotspotLimit * in vega10_get_thermal_temperature_range()
/linux-6.6.21/drivers/gpu/drm/amd/pm/swsmu/inc/
Damdgpu_smu.h165 int hotspot_crit_max; member
/linux-6.6.21/drivers/gpu/drm/amd/pm/swsmu/smu13/
Daldebaran_ppt.c1060 range->hotspot_crit_max = pptable->ThotspotLimit * in aldebaran_get_thermal_temperature_range()
Dsmu_v13_0_6_ppt.c2124 range->hotspot_crit_max = max3(aid_temp, xcd_temp, ccd_temp) * in smu_v13_0_6_get_thermal_temperature_range()
Dsmu_v13_0_7_ppt.c1663 range->hotspot_crit_max = pptable->SkuTable.TemperatureLimit[TEMP_HOTSPOT] * in smu_v13_0_7_get_thermal_temperature_range()
Dsmu_v13_0_0_ppt.c1685 range->hotspot_crit_max = pptable->SkuTable.TemperatureLimit[TEMP_HOTSPOT] * in smu_v13_0_0_get_thermal_temperature_range()
/linux-6.6.21/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c1215 adev->pm.dpm.thermal.max_hotspot_crit_temp = range->hotspot_crit_max; in smu_get_thermal_temperature_range()
/linux-6.6.21/drivers/gpu/drm/amd/pm/swsmu/smu11/
Darcturus_ppt.c1089 range->hotspot_crit_max = pptable->ThotspotLimit * in arcturus_get_thermal_temperature_range()
Dnavi10_ppt.c2298 range->hotspot_crit_max = pptable->ThotspotLimit * in navi10_get_thermal_temperature_range()
Dsienna_cichlid_ppt.c2049 range->hotspot_crit_max = temp_hotspot * SMU_TEMPERATURE_UNITS_PER_CENTIGRADES; in sienna_cichlid_get_thermal_temperature_range()