drm/i915/bxt: Add WaStoreMultiplePTEenable name
authorArun Siluvery <arun.siluvery@linux.intel.com>
Fri, 25 Sep 2015 13:33:40 +0000 (14:33 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 30 Sep 2015 08:20:23 +0000 (10:20 +0200)
Updated WA with the name.

Signed-off-by: Arun Siluvery <arun.siluvery@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c

index 7da3358..c960559 100644 (file)
@@ -127,13 +127,10 @@ static void bxt_init_clock_gating(struct drm_device *dev)
        I915_WRITE(GEN8_UCGCTL6, I915_READ(GEN8_UCGCTL6) |
                   GEN8_HDCUNIT_CLOCK_GATE_DISABLE_HDCREQ);
 
-       if (INTEL_REVID(dev) == BXT_REVID_A0) {
-               /*
-                * Hardware specification requires this bit to be
-                * set to 1 for A0
-                */
+       /* WaStoreMultiplePTEenable:bxt */
+       /* This is a requirement according to Hardware specification */
+       if (INTEL_REVID(dev) == BXT_REVID_A0)
                I915_WRITE(TILECTL, I915_READ(TILECTL) | TILECTL_TLBPF);
-       }
 
        /* WaSetClckGatingDisableMedia:bxt */
        if (INTEL_REVID(dev) == BXT_REVID_A0) {