drm/i915/cfl: Fix Workarounds.
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Mon, 19 Jun 2017 21:21:47 +0000 (14:21 -0700)
committerJani Nikula <jani.nikula@intel.com>
Mon, 3 Jul 2017 13:12:53 +0000 (16:12 +0300)
commit2347728934b501b07bea8b1b6e8fa27a56dc098f
treed7bec536850c4903ed6bac76dc73ba8069ce2e0a
parent4ec654bf3a63d503e3c5336eade5c369ae17db56
drm/i915/cfl: Fix Workarounds.

During the review of Coffee Lake workarounds Mika pointed out
that WaDisableKillLogic and GEN9_DISABLE_OCL_OOB_SUPPRESS_LOGIC
should be removed from CFL and with that I should carry the rv-b.

However when doing the v2 I removed another Workaround that should
remain because although not mentioned by spec the history of hangs
around it advocates on its favor.

On some follow-up patches I continued operating on the wrong
workardound, but Ville noticed that, so here is the fix for the
current CFL code that is upstream already.

Fixes: 46c26662d2f ("drm/i915/cfl: Introduce Coffee Lake workarounds.")
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Cc: Mika Kuoppala <mika.kuoppala@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
(cherry picked from commit 98eed3d1ade53596e1c8785e049f03da4480a820)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_engine_cs.c