Skip to content

Commit c6e9dd0

Browse files
Boyz-Radeonalexdeucher
authored andcommitted
drm/amdgpu: enable VCN3.0 DPG for navy_flounder
Enable VCN3.0 DPG for navy_flounder by setting up the flag to the ASIC Signed-off-by: Boyuan Zhang <[email protected]> Reviewed-by: Leo Liu <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent ebb0609 commit c6e9dd0

File tree

1 file changed

+2
-1
lines changed
  • drivers/gpu/drm/amd/amdgpu

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,8 @@ static int nv_common_early_init(void *handle)
776776
break;
777777
case CHIP_NAVY_FLOUNDER:
778778
adev->cg_flags = AMD_CG_SUPPORT_VCN_MGCG;
779-
adev->pg_flags = AMD_PG_SUPPORT_VCN;
779+
adev->pg_flags = AMD_PG_SUPPORT_VCN |
780+
AMD_PG_SUPPORT_VCN_DPG;
780781
adev->external_rev_id = adev->rev_id + 0x32;
781782
break;
782783

0 commit comments

Comments
 (0)