drm/amd/powerplay/cz: disable vce pg
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 5 Feb 2016 04:42:24 +0000 (23:42 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 8 Feb 2016 15:37:45 +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/cz_hwmgr.c

index 8fc9e01a7e509635b65654fbfcdfaa24a0b69e33..80af87fa0bf01b4d04538a5dbad23f3c287feb89 100644 (file)
@@ -249,6 +249,9 @@ static int cz_initialize_dpm_defaults(struct pp_hwmgr *hwmgr)
 
        phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
                      PHM_PlatformCaps_UVDPowerGating);
+       phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
+                     PHM_PlatformCaps_VCEPowerGating);
+
        return 0;
 }
 
This page took 0.027549 seconds and 5 git commands to generate.