From: Tao Zhou Date: Fri, 19 Mar 2021 06:48:28 +0000 (+0800) Subject: drm/amdgpu: enable ih CG for beige_goby X-Git-Tag: irq-urgent-2021-07-11~74^2~20^2~36 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a764bef36de06b45f52550c9c5575eca395dbf48;p=users%2Fdwmw2%2Flinux.git drm/amdgpu: enable ih CG for beige_goby Enable ih clock gating for beige_goby. Signed-off-by: Tao Zhou Reviewed-by: Jiansong Chen Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c index 20f937d667481..90012e5408e78 100644 --- a/drivers/gpu/drm/amd/amdgpu/nv.c +++ b/drivers/gpu/drm/amd/amdgpu/nv.c @@ -1284,7 +1284,8 @@ static int nv_common_early_init(void *handle) AMD_CG_SUPPORT_MC_MGCG | AMD_CG_SUPPORT_MC_LS | AMD_CG_SUPPORT_HDP_MGCG | - AMD_CG_SUPPORT_HDP_LS; + AMD_CG_SUPPORT_HDP_LS | + AMD_CG_SUPPORT_IH_CG; adev->pg_flags = AMD_PG_SUPPORT_VCN | AMD_PG_SUPPORT_VCN_DPG | AMD_PG_SUPPORT_ATHUB |