Home
last modified time | relevance | path

Searched refs:PPSMC_MSG_DPM_Disable (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dkv_smc.c111 return amdgpu_kv_notify_message_to_smu(adev, PPSMC_MSG_DPM_Disable); in amdgpu_kv_smc_dpm_enable()
Dppsmc.h139 #define PPSMC_MSG_DPM_Disable ((uint16_t) 0x14f) macro
Dci_dpm.c1664 smc_result = amdgpu_ci_send_msg_to_smc(adev, PPSMC_MSG_DPM_Disable); in ci_enable_sclk_mclk_dpm()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dkv_smc.c107 return kv_notify_message_to_smu(rdev, PPSMC_MSG_DPM_Disable); in kv_smc_dpm_enable()
Dppsmc.h136 #define PPSMC_MSG_DPM_Disable ((uint16_t) 0x14f) macro
Dci_dpm.c1509 smc_result = ci_send_msg_to_smc(rdev, PPSMC_MSG_DPM_Disable); in ci_enable_sclk_mclk_dpm()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dfiji_ppsmc.h257 #define PPSMC_MSG_DPM_Disable ((uint16_t) 0x14f) macro
Dsmu7_ppsmc.h253 #define PPSMC_MSG_DPM_Disable ((uint16_t) 0x14f) macro
Dtonga_ppsmc.h281 #define PPSMC_MSG_DPM_Disable ((uint16_t)0x14f) macro
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu7_hwmgr.c1197 smum_send_msg_to_smc(hwmgr, PPSMC_MSG_DPM_Disable); in smu7_disable_sclk_mclk_dpm()