PPSMC_MSG_DisableULV
return (amdgpu_ci_send_msg_to_smc(adev, PPSMC_MSG_DisableULV) == PPSMC_Result_OK) ?
PPSMC_MSG_EnableULV : PPSMC_MSG_DisableULV);
return (amdgpu_si_send_msg_to_smc(adev, PPSMC_MSG_DisableULV) == PPSMC_Result_OK) ?
return smum_send_msg_to_smc(hwmgr, PPSMC_MSG_DisableULV);
if (rv770_send_msg_to_smc(rdev, PPSMC_MSG_DisableULV) != PPSMC_Result_OK)
return (ci_send_msg_to_smc(rdev, PPSMC_MSG_DisableULV) == PPSMC_Result_OK) ?
PPSMC_MSG_EnableULV : PPSMC_MSG_DisableULV);
return (si_send_msg_to_smc(rdev, PPSMC_MSG_DisableULV) == PPSMC_Result_OK) ?