]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/i915: Don't use i915_preliminary_hw_support to mean pre-production
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 16 Jan 2014 16:51:35 +0000 (16:51 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 24 Jan 2014 16:22:44 +0000 (17:22 +0100)
Those are two distinct concepts. Just use a comment to remind us to
remove that W/A at some point.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c

index d77cc81900f92100ba2f61d7130bc9b0b60454b5..92cc85862b0b3a732ab97fffa24b5869bde1ae6c 100644 (file)
@@ -4709,8 +4709,10 @@ static void gen8_init_clock_gating(struct drm_device *dev)
        /* FIXME(BDW): Check all the w/a, some might only apply to
         * pre-production hw. */
 
-       WARN(!i915_preliminary_hw_support,
-            "GEN8_CENTROID_PIXEL_OPT_DIS not be needed for production\n");
+       /*
+        * This GEN8_CENTROID_PIXEL_OPT_DIS W/A is only needed for
+        * pre-production hardware
+        */
        I915_WRITE(HALF_SLICE_CHICKEN3,
                   _MASKED_BIT_ENABLE(GEN8_CENTROID_PIXEL_OPT_DIS));
        I915_WRITE(HALF_SLICE_CHICKEN3,