Commit 7f73b371 authored by Swathi Dhanavanthri's avatar Swathi Dhanavanthri Committed by Matt Roper
parent 411d44d7
...@@ -7494,10 +7494,9 @@ static void xehpsdv_init_clock_gating(struct drm_i915_private *dev_priv) ...@@ -7494,10 +7494,9 @@ static void xehpsdv_init_clock_gating(struct drm_i915_private *dev_priv)
static void dg2_init_clock_gating(struct drm_i915_private *i915) static void dg2_init_clock_gating(struct drm_i915_private *i915)
{ {
/* Wa_22010954014:dg2_g10 */ /* Wa_22010954014:dg2 */
if (IS_DG2_G10(i915)) intel_uncore_rmw(&i915->uncore, XEHP_CLOCK_GATE_DIS, 0,
intel_uncore_rmw(&i915->uncore, XEHP_CLOCK_GATE_DIS, 0, SGSI_SIDECLK_DIS);
SGSI_SIDECLK_DIS);
/* /*
* Wa_14010733611:dg2_g10 * Wa_14010733611:dg2_g10
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment