drm/i915: Assert that the request is indeed complete when signaled from irq
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 5 Mar 2018 10:41:05 +0000 (10:41 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 7 Mar 2018 12:57:44 +0000 (12:57 +0000)
commit4e9a8bef20c973f62358fbd888a38f1bd1669200
treeff5e4faec05159f66698edc1f0fcd94d6e5e474e
parent949f7c7d5fc4277e1ca91dbee32ceb469bbb1349
drm/i915: Assert that the request is indeed complete when signaled from irq

After we call dma_fence_signal(), confirm that the request was indeed
complete.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180305104105.8296-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_irq.c