Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7ee1995 authored by Le Ma's avatar Le Ma Committed by Alex Deucher
Browse files

drm/amdgpu: enable sdma clock gating for Arcturus



Init sdma MGCG/LS flag

Signed-off-by: default avatarLe Ma <le.ma@amd.com>
Reviewed-by: default avatarFeifei Xu <Feifei.Xu@amd.com>
Reviewed-by: default avatarKenneth Feng <kenneth.feng@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 8dc7e07c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1124,7 +1124,9 @@ static int soc15_common_early_init(void *handle)
			AMD_CG_SUPPORT_GFX_CGCG |
			AMD_CG_SUPPORT_GFX_CGLS |
			AMD_CG_SUPPORT_HDP_MGCG |
			AMD_CG_SUPPORT_HDP_LS;
			AMD_CG_SUPPORT_HDP_LS |
			AMD_CG_SUPPORT_SDMA_MGCG |
			AMD_CG_SUPPORT_SDMA_LS;
		adev->pg_flags = 0;
		adev->external_rev_id = adev->rev_id + 0x32;
		break;