PPSMC_MSG_DisableULV
PPSMC_MSG_EnableULV : PPSMC_MSG_DisableULV);
r = amdgpu_si_send_msg_to_smc(adev, PPSMC_MSG_DisableULV);
case PPSMC_MSG_DisableULV:
return smum_send_msg_to_smc(hwmgr, PPSMC_MSG_DisableULV, NULL);
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) ?