From: Tom St Denis Date: Wed, 3 Aug 2016 14:16:17 +0000 (-0400) Subject: drm/amd/amdgpu: Enable VCE MGCG for Carrizo X-Git-Tag: Ubuntu-5.13.0-19.19~14849^2~35^2~108 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=1af69a2c355e9a6d3d9384697be923e34265f79c;p=mirror_ubuntu-jammy-kernel.git drm/amd/amdgpu: Enable VCE MGCG for Carrizo Signed-off-by: Tom St Denis Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c index aaee251fe337..de959a755e22 100644 --- a/drivers/gpu/drm/amd/amdgpu/vi.c +++ b/drivers/gpu/drm/amd/amdgpu/vi.c @@ -1248,7 +1248,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; /* rev0 hardware requires workarounds to support PG */ adev->pg_flags = 0; if (adev->rev_id != 0x00) {