Skip to content

Commit ebb0609

Browse files
Boyz-Radeonalexdeucher
authored andcommitted
drm/amdgpu: enable VCN3.0 PG and CG for navy_flounder
Enable VCN3.0 PG and CG for navy_flounder by setting up the flags 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 c5b6c91 commit ebb0609

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -775,8 +775,8 @@ static int nv_common_early_init(void *handle)
775775
adev->external_rev_id = adev->rev_id + 0x28;
776776
break;
777777
case CHIP_NAVY_FLOUNDER:
778-
adev->cg_flags = 0;
779-
adev->pg_flags = 0;
778+
adev->cg_flags = AMD_CG_SUPPORT_VCN_MGCG;
779+
adev->pg_flags = AMD_PG_SUPPORT_VCN;
780780
adev->external_rev_id = adev->rev_id + 0x32;
781781
break;
782782

0 commit comments

Comments
 (0)