Home
last modified time | relevance | path

Searched refs:PPSMC_MSG_DisableULV (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/radeon/
Dppsmc.h97 #define PPSMC_MSG_DisableULV ((uint8_t)0x63) macro
Dbtc_dpm.c1390 if (rv770_send_msg_to_smc(rdev, PPSMC_MSG_DisableULV) != PPSMC_Result_OK) in btc_disable_ulv()
Dkv_dpm.c1128 PPSMC_MSG_EnableULV : PPSMC_MSG_DisableULV); in kv_enable_ulv()
Dsi_dpm.c5138 return (si_send_msg_to_smc(rdev, PPSMC_MSG_DisableULV) == PPSMC_Result_OK) ? in si_disable_ulv()
Dci_dpm.c3113 return (ci_send_msg_to_smc(rdev, PPSMC_MSG_DisableULV) == PPSMC_Result_OK) ? in ci_enable_ulv()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dppsmc.h99 #define PPSMC_MSG_DisableULV ((uint8_t)0x63) macro
Dkv_dpm.c1213 PPSMC_MSG_EnableULV : PPSMC_MSG_DisableULV); in kv_enable_ulv()
Dci_dpm.c3259 return (amdgpu_ci_send_msg_to_smc(adev, PPSMC_MSG_DisableULV) == PPSMC_Result_OK) ? in ci_enable_ulv()
Dsi_dpm.c5602 return (amdgpu_si_send_msg_to_smc(adev, PPSMC_MSG_DisableULV) == PPSMC_Result_OK) ? in si_disable_ulv()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dfiji_ppsmc.h135 #define PPSMC_MSG_DisableULV ((uint16_t)0x63) macro
Dsmu7_ppsmc.h130 #define PPSMC_MSG_DisableULV ((uint16_t)0x63) macro
Dtonga_ppsmc.h138 #define PPSMC_MSG_DisableULV ((uint16_t)0x63) macro
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu7_hwmgr.c1006 return smum_send_msg_to_smc(hwmgr, PPSMC_MSG_DisableULV); in smu7_disable_ulv()