[Intel-gfx] [PATCH 2/4] drm/i915/adlp: Stop calling gen12lp_init_clock_gating()

Lucas De Marchi lucas.demarchi at intel.com
Fri Sep 8 21:46:47 UTC 2023


On Wed, Sep 06, 2023 at 04:47:35PM -0700, Matt Roper wrote:
>The only programming that happens in gen12lp_init_clock_gating is for
>display workarounds that are specific to display version 12 and are not
>relevant to ADL-P's display version 13.
>
>Signed-off-by: Matt Roper <matthew.d.roper at intel.com>


Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>

Lucas De Marchi

>---
> drivers/gpu/drm/i915/intel_clock_gating.c | 2 --
> 1 file changed, 2 deletions(-)
>
>diff --git a/drivers/gpu/drm/i915/intel_clock_gating.c b/drivers/gpu/drm/i915/intel_clock_gating.c
>index 1f2e2d7087cb..2a4714c662b8 100644
>--- a/drivers/gpu/drm/i915/intel_clock_gating.c
>+++ b/drivers/gpu/drm/i915/intel_clock_gating.c
>@@ -375,8 +375,6 @@ static void gen12lp_init_clock_gating(struct drm_i915_private *i915)
>
> static void adlp_init_clock_gating(struct drm_i915_private *i915)
> {
>-	gen12lp_init_clock_gating(i915);
>-
> 	/* Wa_22011091694:adlp */
> 	intel_de_rmw(i915, GEN9_CLKGATE_DIS_5, 0, DPCE_GATING_DIS);
>
>-- 
>2.41.0
>


More information about the Intel-gfx mailing list