Skip to content

Commit bb25849

Browse files
Evan Quanalexdeucher
authored andcommitted
drm/amdgpu: enable HDP SD for gfx 11.0.3
Enable HDP clock gating control for gfx 11.0.3. Signed-off-by: Evan Quan <[email protected]> Reviewed-by: Feifei Xu <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 1538709 commit bb25849

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,8 @@ static int soc21_common_early_init(void *handle)
640640
AMD_CG_SUPPORT_GFX_CGCG |
641641
AMD_CG_SUPPORT_GFX_CGLS |
642642
AMD_CG_SUPPORT_REPEATER_FGCG |
643-
AMD_CG_SUPPORT_GFX_MGCG;
643+
AMD_CG_SUPPORT_GFX_MGCG |
644+
AMD_CG_SUPPORT_HDP_SD;
644645
adev->pg_flags = AMD_PG_SUPPORT_VCN |
645646
AMD_PG_SUPPORT_VCN_DPG |
646647
AMD_PG_SUPPORT_JPEG;

0 commit comments

Comments
 (0)