aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
authorSonny Jiang <[email protected]>2022-09-29 16:24:27 +0000
committerAlex Deucher <[email protected]>2022-09-30 15:20:43 +0000
commit0b37f47494099e74b3cc11d71a763b36b70ea2b7 (patch)
tree9d168df121edd2a1406faf23f26ade2886586191 /drivers/gpu/drm/amd/amdgpu
parentdrm/amdgpu: correct the memcpy size for ip discovery firmware (diff)
downloadkernel-0b37f47494099e74b3cc11d71a763b36b70ea2b7.tar.gz
kernel-0b37f47494099e74b3cc11d71a763b36b70ea2b7.zip
drm/amdgpu: Enable VCN DPG for GC11_0_1
Enable VCN DPG on GC11_0_1 Signed-off-by: Sonny Jiang <[email protected]> Reviewed-by: James Zhu <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/soc21.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc21.c b/drivers/gpu/drm/amd/amdgpu/soc21.c
index 5f0d6983714a..16b757664a35 100644
--- a/drivers/gpu/drm/amd/amdgpu/soc21.c
+++ b/drivers/gpu/drm/amd/amdgpu/soc21.c
@@ -629,6 +629,7 @@ static int soc21_common_early_init(void *handle)
AMD_CG_SUPPORT_JPEG_MGCG;
adev->pg_flags =
AMD_PG_SUPPORT_GFX_PG |
+ AMD_PG_SUPPORT_VCN_DPG |
AMD_PG_SUPPORT_JPEG;
adev->external_rev_id = adev->rev_id + 0x1;
break;