commit | e16f4c36cb9bf61fcd70a2ea978cee2a23ebf71d | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 06 07:53:09 2018 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 06 11:24:31 2018 +0100 |
tree | 3976532c75edeade9134a980d4480b297feea926 | |
parent | b5f6e53d4cd58043e2c4e1b60fd446924cf56cbe [diff] |
drm/i915/selftests: Skip making an object busy if the GPU is wedged If the GPU is wedged, we cannot make the object busy as trying to submit a request will generate -EIO. Skip to the end of the test. 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/20180706065332.15214-4-chris@chris-wilson.co.uk