]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/cfl: Fix Workarounds.
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Mon, 19 Jun 2017 21:21:47 +0000 (14:21 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 29 Jun 2017 20:08:21 +0000 (13:08 -0700)
commit306b0e74cbb6c35936d6700b4ca26475e88257ab
tree7681d76ef458ffb025ccbb5f3a299fbbd9f295be
parent619c7ffa8319ee6dbb94e95529b9d63536971fc8
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: 0ae40e288cd ("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>
drivers/gpu/drm/i915/intel_engine_cs.c