Home
last modified time | relevance | path

Searched refs:PPSMC_MSG_Thermal_Cntl_Disable (Results 1 – 9 of 9) sorted by relevance

/drivers/gpu/drm/radeon/
Dppsmc.h119 #define PPSMC_MSG_Thermal_Cntl_Disable ((uint16_t) 0x133) macro
Dci_dpm.c922 result = ci_send_msg_to_smc(rdev, PPSMC_MSG_Thermal_Cntl_Disable); in ci_thermal_enable_alert()
/drivers/gpu/drm/amd/amdgpu/
Dppsmc.h122 #define PPSMC_MSG_Thermal_Cntl_Disable ((uint16_t) 0x133) macro
Dci_dpm.c1057 result = amdgpu_ci_send_msg_to_smc(adev, PPSMC_MSG_Thermal_Cntl_Disable); in ci_thermal_enable_alert()
/drivers/gpu/drm/amd/powerplay/inc/
Dtonga_ppsmc.h251 #define PPSMC_MSG_Thermal_Cntl_Disable ((uint16_t) 0x133) macro
Dsmu7_ppsmc.h224 #define PPSMC_MSG_Thermal_Cntl_Disable ((uint16_t) 0x133) macro
Dpolaris10_ppsmc.h224 #define PPSMC_MSG_Thermal_Cntl_Disable ((uint16_t) 0x133) macro
Dfiji_ppsmc.h227 #define PPSMC_MSG_Thermal_Cntl_Disable ((uint16_t) 0x133) macro
/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu7_thermal.c399 return smum_send_msg_to_smc(hwmgr->smumgr, PPSMC_MSG_Thermal_Cntl_Disable); in smu7_thermal_disable_alert()