Skip to content

Commit 47fc894

Browse files
Jiansong Chenalexdeucher
authored andcommitted
drm/amdgpu: enable athub/mmhub PG for navy_flounder
Enable athub/mmhub PG by setting the corresponding flags. Actually the enablement is exercised by PMFW. Signed-off-by: Jiansong Chen <[email protected]> Reviewed-by: Kenneth Feng <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent d51dc61 commit 47fc894

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,9 @@ static int nv_common_early_init(void *handle)
786786
AMD_CG_SUPPORT_JPEG_MGCG;
787787
adev->pg_flags = AMD_PG_SUPPORT_VCN |
788788
AMD_PG_SUPPORT_VCN_DPG |
789-
AMD_PG_SUPPORT_JPEG;
789+
AMD_PG_SUPPORT_JPEG |
790+
AMD_PG_SUPPORT_ATHUB |
791+
AMD_PG_SUPPORT_MMHUB;
790792
adev->external_rev_id = adev->rev_id + 0x32;
791793
break;
792794

0 commit comments

Comments
 (0)