drm/amd/powerplay/tonga: disable vce pg
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 5 Feb 2016 04:48:51 +0000 (23:48 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 8 Feb 2016 15:37:46 +0000 (10:37 -0500)
Not working reliably yet.

Reviewed-by: Eric Huang <JinHuiEric.Huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c

index 7518caae7bed5b4aaecf1bf4b61b2733af29727f..69c81c14d89cff7314e7319f5923d9eb1bf412cd 100644 (file)
@@ -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};
This page took 0.027433 seconds and 5 git commands to generate.