Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/radeon/
Dppsmc.h96 #define PPSMC_MSG_EnableULV ((uint8_t)0x62) macro
Dbtc_dpm.c1832 if (rv770_send_msg_to_smc(rdev, PPSMC_MSG_EnableULV) != PPSMC_Result_OK) in btc_enable_ulv()
Dkv_dpm.c1130 PPSMC_MSG_EnableULV : PPSMC_MSG_DisableULV); in kv_enable_ulv()
Dsi_dpm.c5183 return (si_send_msg_to_smc(rdev, PPSMC_MSG_EnableULV) == PPSMC_Result_OK) ? in si_set_power_state_conditionally_enable_ulv()
Dci_dpm.c3112 return (ci_send_msg_to_smc(rdev, PPSMC_MSG_EnableULV) == PPSMC_Result_OK) ? in ci_enable_ulv()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Dppsmc.h98 #define PPSMC_MSG_EnableULV ((uint8_t)0x62) macro
Dkv_dpm.c1212 PPSMC_MSG_EnableULV : PPSMC_MSG_DisableULV); in kv_enable_ulv()
Dsi_dpm.c5645 return (amdgpu_si_send_msg_to_smc(adev, PPSMC_MSG_EnableULV) == PPSMC_Result_OK) ? in si_set_power_state_conditionally_enable_ulv()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dfiji_ppsmc.h134 #define PPSMC_MSG_EnableULV ((uint16_t)0x62) macro
Dsmu7_ppsmc.h129 #define PPSMC_MSG_EnableULV ((uint16_t)0x62) macro
Dtonga_ppsmc.h137 #define PPSMC_MSG_EnableULV ((uint16_t)0x62) macro
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu7_hwmgr.c998 return smum_send_msg_to_smc(hwmgr, PPSMC_MSG_EnableULV); in smu7_enable_ulv()