Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: enable sdma clock gating for Arcturus

Init sdma MGCG/LS flag

Signed-off-by: Le Ma <le.ma@amd.com>
Reviewed-by: Feifei Xu <Feifei.Xu@amd.com>
Reviewed-by: Kenneth Feng <kenneth.feng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Le Ma and committed by
Alex Deucher
f7ee1995 8dc7e07c

+3 -1
+3 -1
drivers/gpu/drm/amd/amdgpu/soc15.c
··· 1124 1124 AMD_CG_SUPPORT_GFX_CGCG | 1125 1125 AMD_CG_SUPPORT_GFX_CGLS | 1126 1126 AMD_CG_SUPPORT_HDP_MGCG | 1127 - AMD_CG_SUPPORT_HDP_LS; 1127 + AMD_CG_SUPPORT_HDP_LS | 1128 + AMD_CG_SUPPORT_SDMA_MGCG | 1129 + AMD_CG_SUPPORT_SDMA_LS; 1128 1130 adev->pg_flags = 0; 1129 1131 adev->external_rev_id = adev->rev_id + 0x32; 1130 1132 break;