From: Alex Deucher Date: Fri, 5 Feb 2016 04:48:51 +0000 (-0500) Subject: drm/amd/powerplay/tonga: disable vce pg X-Git-Tag: v4.9.8~2685^2~1^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f997e6f21308f0627c46caed0315ee005ef4775a;p=platform%2Fkernel%2Flinux-rpi3.git drm/amd/powerplay/tonga: disable vce pg Not working reliably yet. Reviewed-by: Eric Huang Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c index 7518caa..69c81c1 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) phm_cap_unset(hwmgr->platform_descriptor.platformCaps, PHM_PlatformCaps_UVDPowerGating); + phm_cap_unset(hwmgr->platform_descriptor.platformCaps, + PHM_PlatformCaps_VCEPowerGating); if (0 == result) { struct cgs_system_info sys_info = {0};