drm/i915/gt: Signal cancelled requests
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 30 Sep 2020 16:32:51 +0000 (17:32 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 30 Sep 2020 16:59:25 +0000 (17:59 +0100)
commit5e39b4d94cad76eb6c1b0b7fd0f064a2155d0d0a
tree577920d36e4308e2e9b35fee4230a8c3687d413f
parentb7eeb2b4132ccf1a7d38f434cde7043913d1ed3c
drm/i915/gt: Signal cancelled requests

After marking the requests on an engine as cancelled upon wedging, send
any signals for their completions.

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