drm/i915/gen9: Remove WaEnableYV12BugFixInHalfSliceChicken7
authorArkadiusz Hiler <arkadiusz.hiler@intel.com>
Thu, 20 Oct 2016 15:31:00 +0000 (17:31 +0200)
committerMika Kuoppala <mika.kuoppala@intel.com>
Fri, 21 Oct 2016 11:22:50 +0000 (14:22 +0300)
Dropping WA because it was for early steppings.

It is fixed in newer preproduction and all production revisions.

v2: add references, updated commit message

References: HSD#2126385, HSD#2131381, BSID#0764
Cc: Mika Kuoppala <mika.kuoppala@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Michal Winiarski <michal.winiarski@intel.com>
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1476977460-28088-1-git-send-email-arkadiusz.hiler@intel.com
drivers/gpu/drm/i915/intel_ringbuffer.c

index e107455b016803a885c93894a4c37acf431d300c..32786ba199b91b71af5055f793748cebe98c782e 100644 (file)
@@ -849,10 +849,8 @@ static int gen9_init_workarounds(struct intel_engine_cs *engine)
                 */
        }
 
-       /* WaEnableYV12BugFixInHalfSliceChicken7:skl,bxt,kbl */
        /* WaEnableSamplerGPGPUPreemptionSupport:skl,bxt,kbl */
        WA_SET_BIT_MASKED(GEN9_HALF_SLICE_CHICKEN7,
-                         GEN9_ENABLE_YV12_BUGFIX |
                          GEN9_ENABLE_GPGPU_PREEMPTION);
 
        /* Wa4x4STCOptimizationDisable:skl,bxt,kbl */