diff options
| author | Evan Quan <[email protected]> | 2022-04-15 07:55:04 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-05-05 20:51:17 +0000 |
| commit | 2013906955f49cbb927642a995640f8bc83c30db (patch) | |
| tree | 619c6a2579add71d4de7bf98bd87c34667885ea9 /drivers/gpu/drm/amd/amdgpu/soc21.c | |
| parent | drm/amdgpu: enable MGCG and LS for MMHUB 3.0 (diff) | |
| download | kernel-2013906955f49cbb927642a995640f8bc83c30db.tar.gz kernel-2013906955f49cbb927642a995640f8bc83c30db.zip | |
drm/amdgpu: enable clock gating for IH 6.0
Enable IH 6.0 clock gating.
Signed-off-by: Evan Quan <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/soc21.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/soc21.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc21.c b/drivers/gpu/drm/amd/amdgpu/soc21.c index 2497e2f8b118..24ba5e36378f 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc21.c +++ b/drivers/gpu/drm/amd/amdgpu/soc21.c @@ -537,7 +537,8 @@ static int soc21_common_early_init(void *handle) AMD_CG_SUPPORT_ATHUB_MGCG | AMD_CG_SUPPORT_ATHUB_LS | AMD_CG_SUPPORT_MC_MGCG | - AMD_CG_SUPPORT_MC_LS; + AMD_CG_SUPPORT_MC_LS | + AMD_CG_SUPPORT_IH_CG; adev->pg_flags = AMD_PG_SUPPORT_VCN | AMD_PG_SUPPORT_VCN_DPG | AMD_PG_SUPPORT_JPEG | |
