diff options
author | Tom St Denis <tom.stdenis@amd.com> | 2016-08-03 11:34:35 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-08-08 11:33:18 -0400 |
commit | 8ef583e9f9df9b6371e3faecb3955350f0588a4c (patch) | |
tree | f391db7f10a4402a2806b905d4ece1872506002e /drivers/gpu/drm/amd/amdgpu/vi.c | |
parent | 1af69a2c355e9a6d3d9384697be923e34265f79c (diff) |
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/gpu/drm/amd/amdgpu/vi.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/vi.c | 3 |
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) | |||
1276 | AMD_CG_SUPPORT_HDP_MGCG | | 1276 | AMD_CG_SUPPORT_HDP_MGCG | |
1277 | AMD_CG_SUPPORT_HDP_LS | | 1277 | AMD_CG_SUPPORT_HDP_LS | |
1278 | AMD_CG_SUPPORT_SDMA_MGCG | | 1278 | AMD_CG_SUPPORT_SDMA_MGCG | |
1279 | AMD_CG_SUPPORT_SDMA_LS; | 1279 | AMD_CG_SUPPORT_SDMA_LS | |
1280 | AMD_CG_SUPPORT_VCE_MGCG; | ||
1280 | adev->pg_flags |= AMD_PG_SUPPORT_GFX_PG | | 1281 | adev->pg_flags |= AMD_PG_SUPPORT_GFX_PG | |
1281 | AMD_PG_SUPPORT_GFX_SMG | | 1282 | AMD_PG_SUPPORT_GFX_SMG | |
1282 | AMD_PG_SUPPORT_GFX_PIPELINE | | 1283 | AMD_PG_SUPPORT_GFX_PIPELINE | |