drm/i915/gen9: implement WaConextSwitchWithConcurrentTLBInvalidate
authorTim Gore <tim.gore@intel.com>
Mon, 13 Jun 2016 11:15:01 +0000 (12:15 +0100)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Mon, 13 Jun 2016 13:48:02 +0000 (14:48 +0100)
commita8ab5ed5e1bf856eceaab5579236de6f92822b9f
tree1542302ea204cb0d468f846caeada194602d4fd2
parentb50a53715f09888a5dfd8592cecfa527db7a204f
drm/i915/gen9: implement WaConextSwitchWithConcurrentTLBInvalidate

This patch enables a workaround for a mid thread preemption
issue where a hardware timing problem can prevent the
context restore from happening, leading to a hang.

v2: move to gen9_init_workarounds (Arun)
v3: move to start of gen9_init_workarounds (Arun)

Signed-off-by: Tim Gore <tim.gore@intel.com>
Reviewed-by: Arun Siluvery <arun.siluvery@linux.intel.com>
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1465816501-25557-1-git-send-email-tim.gore@intel.com
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_ringbuffer.c