summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2018-07-16 10:03:30 +0200
committerChris Wilson <chris@chris-wilson.co.uk>2018-07-16 12:25:54 +0200
commitf1a498fa549e8e86895cda37e3fca867aae955b7 (patch)
tree01b1822ff82e54ee50a3e63b8f70c7b58335db3d /README
parentdrm/i915: Remove pci private pointer after destroying the device private (diff)
downloadlinux-f1a498fa549e8e86895cda37e3fca867aae955b7.tar.xz
linux-f1a498fa549e8e86895cda37e3fca867aae955b7.zip
drm/i915/execlists: Disable submission tasklet upon wedging
If we declare the driver wedged before the GPU truly is, then we may see the GPU complete some CS events following our cancellation. This leaves us quite confused as we deleted all the bookkeeping and thus complain about the inconsistent state. We can just ignore the remaining events and let the GPU idle by not feeding it, and so avoid trying to racily overwrite shared state. We rely on there being a full GPU reset before unwedging, giving us the opportunity to reset the shared state. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107188 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180716080332.32283-4-chris@chris-wilson.co.uk
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions