Home
last modified time | relevance | path

Searched refs:ThotspotLimit (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu9_driver_if.h132 uint16_t ThotspotLimit; /* Celcius */ member
H A Dsmu11_driver_if.h385 uint16_t ThotspotLimit; member
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu13_driver_if_aldebaran.h284 uint16_t ThotspotLimit; // Celcius member
H A Dsmu11_driver_if_arcturus.h483 uint16_t ThotspotLimit; // Celcius member
H A Dsmu11_driver_if_navi10.h537 uint16_t ThotspotLimit; // Celcius member
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/vega12/
H A Dsmu9_driver_if.h272 uint16_t ThotspotLimit; member
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Darcturus_ppt.c1082 range->hotspot_crit_max = pptable->ThotspotLimit * in arcturus_get_thermal_temperature_range()
1084 range->hotspot_emergency_max = (pptable->ThotspotLimit + CTF_OFFSET_HOTSPOT) * in arcturus_get_thermal_temperature_range()
1586 dev_info(smu->adev->dev, "ThotspotLimit = %d\n", pptable->ThotspotLimit); in arcturus_dump_pptable()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.c1053 range->hotspot_crit_max = pptable->ThotspotLimit * in aldebaran_get_thermal_temperature_range()
1055 range->hotspot_emergency_max = (pptable->ThotspotLimit + CTF_OFFSET_HOTSPOT) * in aldebaran_get_thermal_temperature_range()
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_powertune.c1249 table->ThotspotLimit = cpu_to_le16(tdp_table->usTemperatureLimitHotspot); in vega10_initialize_power_tune_defaults()
H A Dvega20_processpptables.c91 pr_info("ThotspotLimit = %d\n", pptable->ThotspotLimit);
H A Dvega12_hwmgr.c2788 thermal_data->hotspot_crit_max = pp_table->ThotspotLimit * in vega12_get_thermal_temperature_range()
2790 thermal_data->hotspot_emergency_max = (pp_table->ThotspotLimit + CTF_OFFSET_HOTSPOT) * in vega12_get_thermal_temperature_range()
H A Dvega20_hwmgr.c4244 thermal_data->hotspot_crit_max = pp_table->ThotspotLimit * in vega20_get_thermal_temperature_range()
4246 thermal_data->hotspot_emergency_max = (pp_table->ThotspotLimit + CTF_OFFSET_HOTSPOT) * in vega20_get_thermal_temperature_range()