Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dfiji_ppsmc.h124 #define PPSMC_MSG_EnableULV ((uint16_t)0x62) macro
Dtonga_ppsmc.h125 #define PPSMC_MSG_EnableULV ((uint16_t)0x62) macro
Dppsmc.h96 #define PPSMC_MSG_EnableULV ((uint8_t)0x62) macro
Dkv_dpm.c1217 PPSMC_MSG_EnableULV : PPSMC_MSG_DisableULV); in kv_enable_ulv()
Dci_dpm.c3220 return (amdgpu_ci_send_msg_to_smc(adev, PPSMC_MSG_EnableULV) == PPSMC_Result_OK) ? in ci_enable_ulv()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dppsmc.h96 #define PPSMC_MSG_EnableULV ((uint8_t)0x62) macro
Dbtc_dpm.c1831 if (rv770_send_msg_to_smc(rdev, PPSMC_MSG_EnableULV) != PPSMC_Result_OK) in btc_enable_ulv()
Dkv_dpm.c1128 PPSMC_MSG_EnableULV : PPSMC_MSG_DisableULV); in kv_enable_ulv()
Dci_dpm.c3082 return (ci_send_msg_to_smc(rdev, PPSMC_MSG_EnableULV) == PPSMC_Result_OK) ? in ci_enable_ulv()
Dsi_dpm.c5195 return (si_send_msg_to_smc(rdev, PPSMC_MSG_EnableULV) == PPSMC_Result_OK) ? in si_set_power_state_conditionally_enable_ulv()