Skip to content

Commit 23acd1f

Browse files
Kenneth Fengalexdeucher
authored andcommitted
drm/amd/amdgpu: add HDP_SD support on gc 12.0.0/1
add HDP_SD support on gc 12.0.0/1 Signed-off-by: Kenneth Feng <[email protected]> Reviewed-by: Yang Wang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> (cherry picked from commit 61cffac)
1 parent 507a228 commit 23acd1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ static int soc24_common_early_init(void *handle)
406406
AMD_CG_SUPPORT_ATHUB_MGCG |
407407
AMD_CG_SUPPORT_ATHUB_LS |
408408
AMD_CG_SUPPORT_MC_MGCG |
409+
AMD_CG_SUPPORT_HDP_SD |
409410
AMD_CG_SUPPORT_MC_LS;
410411
adev->pg_flags = AMD_PG_SUPPORT_VCN |
411412
AMD_PG_SUPPORT_JPEG |
@@ -424,6 +425,7 @@ static int soc24_common_early_init(void *handle)
424425
AMD_CG_SUPPORT_ATHUB_MGCG |
425426
AMD_CG_SUPPORT_ATHUB_LS |
426427
AMD_CG_SUPPORT_MC_MGCG |
428+
AMD_CG_SUPPORT_HDP_SD |
427429
AMD_CG_SUPPORT_MC_LS;
428430

429431
adev->pg_flags = AMD_PG_SUPPORT_VCN |

0 commit comments

Comments
 (0)