OSDN Git Service

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)
commit98eed3d1ade53596e1c8785e049f03da4480a820
tree7681d76ef458ffb025ccbb5f3a299fbbd9f295be
parent4d470f7359c4bf22518baa30700ad45649371a22
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>
drivers/gpu/drm/i915/intel_engine_cs.c