Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dpower_state.h129 int hotspot_crit_max; member
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dhardwaremanager.c254 adev->pm.dpm.thermal.max_hotspot_crit_temp = range.hotspot_crit_max; in phm_start_thermal_controller()
H A Dvega10_thermal.c381 range->hotspot_crit_max / PP_TEMPERATURE_UNITS_PER_CENTIGRADES)) { in vega10_thermal_set_temperature_range()
H A Dvega12_hwmgr.c2806 thermal_data->hotspot_crit_max = pp_table->ThotspotLimit * in vega12_get_thermal_temperature_range()
H A Dvega20_hwmgr.c4297 thermal_data->hotspot_crit_max = pp_table->ThotspotLimit * in vega20_get_thermal_temperature_range()
H A Dvega10_hwmgr.c5161 thermal_data->hotspot_crit_max = pp_table->ThotspotLimit * in vega10_get_thermal_temperature_range()
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h170 int hotspot_crit_max; member
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.c981 range->hotspot_crit_max = pptable->ThotspotLimit * in aldebaran_get_thermal_temperature_range()
H A Dsmu_v13_0_7_ppt.c2053 range->hotspot_crit_max = pptable->SkuTable.TemperatureLimit[TEMP_HOTSPOT] * in smu_v13_0_7_get_thermal_temperature_range()
H A Dsmu_v13_0_0_ppt.c2046 range->hotspot_crit_max = pptable->SkuTable.TemperatureLimit[TEMP_HOTSPOT] * in smu_v13_0_0_get_thermal_temperature_range()
H A Dsmu_v13_0_6_ppt.c3013 range->hotspot_crit_max = in smu_v13_0_6_get_thermal_temperature_range()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Darcturus_ppt.c1017 range->hotspot_crit_max = pptable->ThotspotLimit * in arcturus_get_thermal_temperature_range()
H A Dnavi10_ppt.c2095 range->hotspot_crit_max = pptable->ThotspotLimit * in navi10_get_thermal_temperature_range()
H A Dsienna_cichlid_ppt.c2062 range->hotspot_crit_max = temp_hotspot * SMU_TEMPERATURE_UNITS_PER_CENTIGRADES; in sienna_cichlid_get_thermal_temperature_range()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_2_ppt.c1490 range->hotspot_crit_max = pptable->CustomSkuTable.TemperatureLimit[TEMP_HOTSPOT] * in smu_v14_0_2_get_thermal_temperature_range()
/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c1455 adev->pm.dpm.thermal.max_hotspot_crit_temp = range->hotspot_crit_max; in smu_get_thermal_temperature_range()