]> 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)
committerJani Nikula <jani.nikula@intel.com>
Mon, 3 Jul 2017 13:12:53 +0000 (16:12 +0300)
commit1cb61f41dfd14602002d8dfda76d8cc57b495279
treed7bec536850c4903ed6bac76dc73ba8069ce2e0a
parent3b8351d1501fc94dfe9e0a8cdff5d687adb918a6
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>
(cherry picked from commit 98eed3d1ade53596e1c8785e049f03da4480a820)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_engine_cs.c