aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/i915/intel_ringbuffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_ringbuffer.c b/drivers/gpu/drm/i915/intel_ringbuffer.c
index e9a85a575a1c..ab8ce4ceed2e 100644
--- a/drivers/gpu/drm/i915/intel_ringbuffer.c
+++ b/drivers/gpu/drm/i915/intel_ringbuffer.c
@@ -957,8 +957,8 @@ static int gen9_init_workarounds(struct intel_engine_cs *ring)
957 WA_SET_BIT_MASKED(HALF_SLICE_CHICKEN3, 957 WA_SET_BIT_MASKED(HALF_SLICE_CHICKEN3,
958 GEN9_DISABLE_OCL_OOB_SUPPRESS_LOGIC); 958 GEN9_DISABLE_OCL_OOB_SUPPRESS_LOGIC);
959 959
960 if (INTEL_REVID(dev) >= SKL_REVID_A0 && 960 if (INTEL_REVID(dev) == SKL_REVID_A0 ||
961 INTEL_REVID(dev) <= SKL_REVID_B0) { 961 INTEL_REVID(dev) == SKL_REVID_B0) {
962 /* 962 /*
963 * WaDisableDgMirrorFixInHalfSliceChicken5:skl 963 * WaDisableDgMirrorFixInHalfSliceChicken5:skl
964 * This is a pre-production w/a. 964 * This is a pre-production w/a.