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 CG and PG flags for VCN

Enable CG and PG flags for VCN on IP 11_5_0

Signed-off-by: Saleemkhan Jamadar <saleemkhan.jamadar@amd.com>
Acked-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
cc308acc 1827b375

+4 -2
+4 -2
drivers/gpu/drm/amd/amdgpu/soc21.c
··· 691 691 692 692 693 693 case IP_VERSION(11, 5, 0): 694 - adev->cg_flags = 0; 695 - adev->pg_flags = 0; 694 + adev->cg_flags = AMD_CG_SUPPORT_VCN_MGCG | 695 + AMD_CG_SUPPORT_JPEG_MGCG; 696 + adev->pg_flags = AMD_PG_SUPPORT_VCN_DPG | 697 + AMD_PG_SUPPORT_GFX_PG; 696 698 adev->external_rev_id = adev->rev_id + 0x1; 697 699 break; 698 700 default: