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: Set VCN_5_0_2 DPG mode

Set DPG flag for VCN_5_0_2

Signed-off-by: Sonny Jiang <sonjiang@amd.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Sonny Jiang and committed by
Alex Deucher
3663c6e4 2eb660e6

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/soc_v1_0.c
··· 322 322 case IP_VERSION(12, 1, 0): 323 323 adev->cg_flags = AMD_CG_SUPPORT_GFX_CGCG | 324 324 AMD_CG_SUPPORT_GFX_CGLS; 325 - adev->pg_flags = 0; 325 + adev->pg_flags = AMD_PG_SUPPORT_VCN_DPG; 326 326 adev->external_rev_id = adev->rev_id + 0x50; 327 327 break; 328 328 default: