Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu7_clockpowergating.c84 PPSMC_MSG_UVDPowerON, 1); in smu7_powerup_uvd()
87 PPSMC_MSG_UVDPowerON, 0); in smu7_powerup_uvd()
Dcz_hwmgr.c1346 PPSMC_MSG_UVDPowerON, 1); in cz_dpm_powerup_uvd()
1350 PPSMC_MSG_UVDPowerON, 0); in cz_dpm_powerup_uvd()
/drivers/gpu/drm/amd/powerplay/inc/
Dcz_ppsmc.h68 #define PPSMC_MSG_UVDPowerON ((uint16_t) 0x8) macro
Dfiji_ppsmc.h133 #define PPSMC_MSG_UVDPowerON ((uint16_t)0x61) macro
Dtonga_ppsmc.h136 #define PPSMC_MSG_UVDPowerON ((uint16_t)0x61) macro
Dsmu7_ppsmc.h128 #define PPSMC_MSG_UVDPowerON ((uint16_t)0x61) macro
Dpolaris10_ppsmc.h128 #define PPSMC_MSG_UVDPowerON ((uint16_t)0x61) macro
/drivers/gpu/drm/radeon/
Dppsmc.h95 #define PPSMC_MSG_UVDPowerON ((uint8_t)0x61) macro
Dkv_dpm.c1630 kv_notify_message_to_smu(rdev, PPSMC_MSG_UVDPowerON); in kv_dpm_powergate_uvd()
/drivers/gpu/drm/amd/amdgpu/
Dppsmc.h97 #define PPSMC_MSG_UVDPowerON ((uint8_t)0x61) macro
Dcz_dpm.c2142 ret = cz_send_msg_to_smc_with_parameter(adev, PPSMC_MSG_UVDPowerON, 1); in cz_dpm_powergate_uvd()
2144 ret = cz_send_msg_to_smc_with_parameter(adev, PPSMC_MSG_UVDPowerON, 0); in cz_dpm_powergate_uvd()
Dkv_dpm.c1711 amdgpu_kv_notify_message_to_smu(adev, PPSMC_MSG_UVDPowerON); in kv_dpm_powergate_uvd()