commit | e07051142cbcb991e4fedf86afd8f00425dbc89a | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Feb 23 07:44:20 2017 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Feb 23 14:51:26 2017 +0000 |
tree | 82cb3298d576cf21726f67519e051d95474851ff | |
parent | a49625f90662799426dd99daab97559ef620dce1 [diff] |
drm/i915: Refactor direct GPU reset from request waiters Combine the common code for the pair of waiters into a single function. v2: Rename reset_request to wait_request_check_and_reset Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20170223074422.4125-15-chris@chris-wilson.co.uk Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>