OSDN Git Service

drm/i915/gtt: Downgrade gen7 (ivb, byt, hsw) back to aliasing-ppgtt
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 30 Aug 2019 17:59:58 +0000 (18:59 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 30 Aug 2019 19:49:55 +0000 (20:49 +0100)
commit3dc007fe9b2b256d2779bb9e9a0d372eb1d90643
tree264d3f81aa4e3e462a83eebe7116e9503342cb5a
parent40e98130c32889e4ed128d129b824107b90501fe
drm/i915/gtt: Downgrade gen7 (ivb, byt, hsw) back to aliasing-ppgtt

With the upcoming change in timing (dramatically reducing the latency
between manipulating the ppGTT and execution), no amount of tweaking
could save Baytrail, it would always fail to invalidate its TLB. Ville
was right, Baytrail is beyond hope.

v2: Rollback on all gen7; same timing instability on TLB invalidation.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190830180000.24608-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_ringbuffer.c
drivers/gpu/drm/i915/i915_pci.c