aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c
index 7518caae7bed..69c81c14d89c 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c
@@ -4617,6 +4617,8 @@ int tonga_hwmgr_backend_init(struct pp_hwmgr *hwmgr)
4617 4617
4618 phm_cap_unset(hwmgr->platform_descriptor.platformCaps, 4618 phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
4619 PHM_PlatformCaps_UVDPowerGating); 4619 PHM_PlatformCaps_UVDPowerGating);
4620 phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
4621 PHM_PlatformCaps_VCEPowerGating);
4620 4622
4621 if (0 == result) { 4623 if (0 == result) {
4622 struct cgs_system_info sys_info = {0}; 4624 struct cgs_system_info sys_info = {0};