OSDN Git Service

drm/i915/gen11: Moving WAs to rcs_engine_wa_init()
[tomoyo/tomoyo-test1.git] / drivers / gpu / drm / i915 / intel_pm.c
index 5aa29f5..392cb85 100644 (file)
@@ -6806,21 +6806,6 @@ static void icl_init_clock_gating(struct drm_i915_private *dev_priv)
        I915_WRITE(GEN10_DFR_RATIO_EN_AND_CHICKEN,
                   I915_READ(GEN10_DFR_RATIO_EN_AND_CHICKEN) & ~DFR_DISABLE);
 
-       /* WaEnable32PlaneMode:icl */
-       I915_WRITE(GEN9_CSFE_CHICKEN1_RCS,
-                  _MASKED_BIT_ENABLE(GEN11_ENABLE_32_PLANE_MODE));
-
-       /*
-        * Wa_1408615072:icl,ehl  (vsunit)
-        * Wa_1407596294:icl,ehl  (hsunit)
-        */
-       intel_uncore_rmw(&dev_priv->uncore, UNSLICE_UNIT_LEVEL_CLKGATE,
-                        0, VSUNIT_CLKGATE_DIS | HSUNIT_CLKGATE_DIS);
-
-       /* Wa_1407352427:icl,ehl */
-       intel_uncore_rmw(&dev_priv->uncore, UNSLICE_UNIT_LEVEL_CLKGATE2,
-                        0, PSDUNIT_CLKGATE_DIS);
-
        /*Wa_14010594013:icl, ehl */
        intel_uncore_rmw(&dev_priv->uncore, GEN8_CHICKEN_DCPR_1,
                         0, CNL_DELAY_PMRSP);