Skip to content

Commit 4759f88

Browse files
Jiansong Chenalexdeucher
authored andcommitted
drm/amdgpu: enable hdp CG and LS for navy_flounder
Enable hdp CG and LS by setting the corresponding flags. Signed-off-by: Jiansong Chen <[email protected]> Reviewed-by: Kenneth Feng <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 92c7375 commit 4759f88

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
@@ -785,7 +785,9 @@ static int nv_common_early_init(void *handle)
785785
AMD_CG_SUPPORT_VCN_MGCG |
786786
AMD_CG_SUPPORT_JPEG_MGCG |
787787
AMD_CG_SUPPORT_MC_MGCG |
788-
AMD_CG_SUPPORT_MC_LS;
788+
AMD_CG_SUPPORT_MC_LS |
789+
AMD_CG_SUPPORT_HDP_MGCG |
790+
AMD_CG_SUPPORT_HDP_LS;
789791
adev->pg_flags = AMD_PG_SUPPORT_VCN |
790792
AMD_PG_SUPPORT_VCN_DPG |
791793
AMD_PG_SUPPORT_JPEG |

0 commit comments

Comments
 (0)