From: Xiaojie Yuan Date: Thu, 1 Aug 2019 07:01:23 +0000 (+0800) Subject: drm/amdgpu: enable ih clock gating for navi12 X-Git-Tag: v5.4-rc1~106^2~7^2~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbe0bc5794edfe74c05d91965c8b32577e5bb5f1;p=thirdparty%2Fkernel%2Flinux.git drm/amdgpu: enable ih clock gating for navi12 enables ih clock gating Signed-off-by: Xiaojie Yuan Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c index 9fc0cbc90d445..92db6c58a3c9a 100644 --- a/drivers/gpu/drm/amd/amdgpu/nv.c +++ b/drivers/gpu/drm/amd/amdgpu/nv.c @@ -646,6 +646,7 @@ static int nv_common_early_init(void *handle) AMD_CG_SUPPORT_GFX_CGCG | AMD_CG_SUPPORT_GFX_CP_LS | AMD_CG_SUPPORT_GFX_RLC_LS | + AMD_CG_SUPPORT_IH_CG | AMD_CG_SUPPORT_HDP_MGCG | AMD_CG_SUPPORT_HDP_LS | AMD_CG_SUPPORT_SDMA_MGCG |