On Tue, May 17, 2022 at 01:13:38PM -0700, Swathi Dhanavanthri wrote:
> Signed-off-by: Swathi Dhanavanthri <[email protected]>

Reviewed-by: Matt Roper <[email protected]>

> ---
>  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

Reply via email to