commit | c7cc144d8f625cfb8f338e66d875d0ec42fc399a | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Jan 29 09:49:12 2018 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Jan 29 15:38:56 2018 +0000 |
tree | acc8ebaafb17bee7da8e5122a42bfd2fadf2e288 | |
parent | 7fb9ee5db24a5892d3af8487de39d7b4a7fc2ea8 [diff] |
drm/i915: Assert that we do not try to unsubmit a completed request Assert that we do not try to unsubmit a completed request, as should we try to resubmit it later, the ring is already past the request's breadcrumb and the breadcrumb will not be updated. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20180129094912.14428-1-chris@chris-wilson.co.uk Reviewed-by: MichaĆ Winiarski <michal.winiarski@intel.com>