commit | 6dd7526f6f6c73961eecec8a4b9b717d414010f8 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 06 11:39:43 2018 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 06 18:22:36 2018 +0100 |
tree | a0fe44aa77b07f5e7a6b4c278ce6de700276a92e | |
parent | da99fe5f858525b0eac5a5296bba5d6bedb81abd [diff] |
drm/i915: Export i915_request_skip() In the next patch, we will want to start skipping requests on failing to complete their payloads. So export the utility function current used to make requests inoperable following a failed gpu reset. 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/20180706103947.15919-2-chris@chris-wilson.co.uk