summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/soc15.c
diff options
context:
space:
mode:
authorJames Zhu <James.Zhu@amd.com>2022-01-09 16:05:31 -0500
committerAlex Deucher <alexander.deucher@amd.com>2023-06-09 09:41:41 -0400
commit31c0ec84f92cd40cfae210dac59413372996b5e7 (patch)
treec9506d24fe2d7b96f9a43edfb16194afb97c1d92 /drivers/gpu/drm/amd/amdgpu/soc15.c
parentef3aa0b40c4b1f4d8b7db8582833cb61fc673f60 (diff)
downloadlinux-stable-31c0ec84f92cd40cfae210dac59413372996b5e7.tar.gz
linux-stable-31c0ec84f92cd40cfae210dac59413372996b5e7.tar.bz2
linux-stable-31c0ec84f92cd40cfae210dac59413372996b5e7.zip
drm/amdgpu/vcn: enable vcn DPG mode for VCN4_0_3
Enable vcn DPG mode for VCN4_0_3. Signed-off-by: James Zhu <James.Zhu@amd.com> Reviewed-by: Leo Liu <leo.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/soc15.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/soc15.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c
index ee00302950c2..b7e8af56df84 100644
--- a/drivers/gpu/drm/amd/amdgpu/soc15.c
+++ b/drivers/gpu/drm/amd/amdgpu/soc15.c
@@ -1100,6 +1100,7 @@ static int soc15_common_early_init(void *handle)
AMD_CG_SUPPORT_JPEG_MGCG;
adev->pg_flags =
AMD_PG_SUPPORT_VCN |
+ AMD_PG_SUPPORT_VCN_DPG |
AMD_PG_SUPPORT_JPEG;
break;
default: