[Intel-gfx] [PATCH] drm/i915/dg2: Extend Wa_22010954014 to DG2-G11 and DG2-G12

Matt Roper matthew.d.roper at intel.com
Tue May 17 20:24:33 UTC 2022


On Tue, May 17, 2022 at 01:13:38PM -0700, Swathi Dhanavanthri wrote:
> Signed-off-by: Swathi Dhanavanthri <swathi.dhanavanthri at intel.com>

Reviewed-by: Matt Roper <matthew.d.roper at intel.com>

> ---
>  drivers/gpu/drm/i915/intel_pm.c | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c
> index ee0047fdc95d..d0e0d6a324ee 100644
> --- a/drivers/gpu/drm/i915/intel_pm.c
> +++ b/drivers/gpu/drm/i915/intel_pm.c
> @@ -7513,10 +7513,9 @@ static void xehpsdv_init_clock_gating(struct drm_i915_private *dev_priv)
>  
>  static void dg2_init_clock_gating(struct drm_i915_private *i915)
>  {
> -	/* Wa_22010954014:dg2_g10 */
> -	if (IS_DG2_G10(i915))
> -		intel_uncore_rmw(&i915->uncore, XEHP_CLOCK_GATE_DIS, 0,
> -				 SGSI_SIDECLK_DIS);
> +	/* Wa_22010954014:dg2 */
> +	intel_uncore_rmw(&i915->uncore, XEHP_CLOCK_GATE_DIS, 0,
> +			 SGSI_SIDECLK_DIS);
>  
>  	/*
>  	 * Wa_14010733611:dg2_g10
> -- 
> 2.20.1
> 

-- 
Matt Roper
Graphics Software Engineer
VTT-OSGC Platform Enablement
Intel Corporation


More information about the Intel-gfx mailing list