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: accepted/tizen/unified/20230118.172025~6864^2~23^2~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a764bef36de06b45f52550c9c5575eca395dbf48;p=platform%2Fkernel%2Flinux-rpi.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 20f937d..90012e5 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 |