diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2016-02-04 23:42:24 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-02-08 10:37:45 -0500 |
commit | 67a0a0fd11524bd9943635168f8380b9906fb389 (patch) | |
tree | 029d4eaed87925f746850b24f53e39e5fd0bfe76 | |
parent | d4fdc08e251316e2e0710d02e65b4576ce7963d2 (diff) |
drm/amd/powerplay/cz: disable vce pg
Not working reliably yet.
Reviewed-by: Eric Huang <JinHuiEric.Huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c index 8fc9e01a7e50..80af87fa0bf0 100644 --- a/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | |||
@@ -249,6 +249,9 @@ static int cz_initialize_dpm_defaults(struct pp_hwmgr *hwmgr) | |||
249 | 249 | ||
250 | phm_cap_unset(hwmgr->platform_descriptor.platformCaps, | 250 | phm_cap_unset(hwmgr->platform_descriptor.platformCaps, |
251 | PHM_PlatformCaps_UVDPowerGating); | 251 | PHM_PlatformCaps_UVDPowerGating); |
252 | phm_cap_unset(hwmgr->platform_descriptor.platformCaps, | ||
253 | PHM_PlatformCaps_VCEPowerGating); | ||
254 | |||
252 | return 0; | 255 | return 0; |
253 | } | 256 | } |
254 | 257 | ||