commit | 0e21834e18c545bdebed527209a7b6bb8aed9f9b | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Jan 21 22:21:02 2019 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Jan 22 13:13:53 2019 +0000 |
tree | 5a791de3433a477408eeff103b85ffff6840612a | |
parent | 924090f4237bc34f32bb1992bbf334af76e64a29 [diff] |
drm/i915: Tidy common test_bit probing of i915_request->fence.flags A repeated pattern is to test the signaled bit of our request->fence.flags. Make this an inline to shorten a few lines and remove unnecessary line continuations. 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/20190121222117.23305-20-chris@chris-wilson.co.uk