drm/i915/gen9: implement WaConextSwitchWithConcurrentTLBInvalidate
authorTim Gore <[email protected]>
Mon, 13 Jun 2016 11:15:01 +0000 (12:15 +0100)
committerTvrtko Ursulin <[email protected]>
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 <[email protected]>
Reviewed-by: Arun Siluvery <[email protected]>
Signed-off-by: Tvrtko Ursulin <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_ringbuffer.c