drm/i915/gt: Cancel a hung context if already closed
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 19 Mar 2020 17:07:07 +0000 (17:07 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 19 Mar 2020 21:28:24 +0000 (21:28 +0000)
commit8e37d699139128139c0468e005c2f0d6215b0c55
tree062287449ddeb8b32a3b52e16de9470a19235e16
parent207e4a71fb53e761be72daaeb78a49225bc31c69
drm/i915/gt: Cancel a hung context if already closed

Use the restored ability to check if a context is closed to decide
whether or not to immediately ban the context from further execution
after a hang.

Fixes: be90e344836a ("drm/i915/gt: Cancel banned contexts after GT reset")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200319170707.8262-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_reset.c