Skip to content

Commit e1d900d

Browse files
skjamadaralexdeucher
authored andcommitted
drm/amdgpu: enable VCN DPG for GC IP v11.0.4
Enable VCN Dynamic Power Gating control for GC IP v11.0.4. Signed-off-by: Saleemkhan Jamadar <[email protected]> Reviewed-by: Veerabadhran Gopalakrishnan <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected] # 6.0, 6.1
1 parent 8660495 commit e1d900d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/amdgpu/soc21.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ static int soc21_common_early_init(void *handle)
666666
AMD_CG_SUPPORT_VCN_MGCG |
667667
AMD_CG_SUPPORT_JPEG_MGCG;
668668
adev->pg_flags = AMD_PG_SUPPORT_VCN |
669+
AMD_PG_SUPPORT_VCN_DPG |
669670
AMD_PG_SUPPORT_GFX_PG |
670671
AMD_PG_SUPPORT_JPEG;
671672
adev->external_rev_id = adev->rev_id + 0x1;

0 commit comments

Comments
 (0)