summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorTom St Denis <tom.stdenis@amd.com>2016-08-03 11:34:35 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-08-08 11:33:18 -0400
commit8ef583e9f9df9b6371e3faecb3955350f0588a4c (patch)
treef391db7f10a4402a2806b905d4ece1872506002e /drivers
parent1af69a2c355e9a6d3d9384697be923e34265f79c (diff)
downloadlinux-stable-8ef583e9f9df9b6371e3faecb3955350f0588a4c.tar.gz
linux-stable-8ef583e9f9df9b6371e3faecb3955350f0588a4c.tar.bz2
linux-stable-8ef583e9f9df9b6371e3faecb3955350f0588a4c.zip
drm/amd/amdgpu: Enable VCE MGCG for Stoney
Signed-off-by: Tom St Denis <tom.stdenis@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/vi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c
index de959a755e22..8f37066adcee 100644
--- a/drivers/gpu/drm/amd/amdgpu/vi.c
+++ b/drivers/gpu/drm/amd/amdgpu/vi.c
@@ -1276,7 +1276,8 @@ static int vi_common_early_init(void *handle)
AMD_CG_SUPPORT_HDP_MGCG |
AMD_CG_SUPPORT_HDP_LS |
AMD_CG_SUPPORT_SDMA_MGCG |
- AMD_CG_SUPPORT_SDMA_LS;
+ AMD_CG_SUPPORT_SDMA_LS |
+ AMD_CG_SUPPORT_VCE_MGCG;
adev->pg_flags |= AMD_PG_SUPPORT_GFX_PG |
AMD_PG_SUPPORT_GFX_SMG |
AMD_PG_SUPPORT_GFX_PIPELINE |