Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu: enable PG flags for VCN

Enable PG flags for VCN and Jpeg on IP 11_5_0

Signed-off-by: Saleemkhan Jamadar <saleemkhan.jamadar@amd.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Saleemkhan Jamadar and committed by
Alex Deucher
6be6e74b 844d8dd5

+2
+2
drivers/gpu/drm/amd/amdgpu/soc21.c
··· 695 695 adev->cg_flags = AMD_CG_SUPPORT_VCN_MGCG | 696 696 AMD_CG_SUPPORT_JPEG_MGCG; 697 697 adev->pg_flags = AMD_PG_SUPPORT_VCN_DPG | 698 + AMD_PG_SUPPORT_VCN | 699 + AMD_PG_SUPPORT_JPEG | 698 700 AMD_PG_SUPPORT_GFX_PG; 699 701 adev->external_rev_id = adev->rev_id + 0x1; 700 702 break;