Skip to content

Commit 85e7151

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

File tree

1 file changed

+2
-1
lines changed
  • drivers/gpu/drm/amd/amdgpu

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,8 @@ static int nv_common_early_init(void *handle)
787787
AMD_CG_SUPPORT_MC_MGCG |
788788
AMD_CG_SUPPORT_MC_LS |
789789
AMD_CG_SUPPORT_HDP_MGCG |
790-
AMD_CG_SUPPORT_HDP_LS;
790+
AMD_CG_SUPPORT_HDP_LS |
791+
AMD_CG_SUPPORT_IH_CG;
791792
adev->pg_flags = AMD_PG_SUPPORT_VCN |
792793
AMD_PG_SUPPORT_VCN_DPG |
793794
AMD_PG_SUPPORT_JPEG |

0 commit comments

Comments
 (0)