drm/i915: Introduce i915_gem_active_wait_unlocked()
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 5 Aug 2016 09:14:06 +0000 (10:14 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 5 Aug 2016 09:54:33 +0000 (10:54 +0100)
commit2467658e2de3ca1dee6688b6b0b6f48263dfd532
tree449c45b07a7db5b37de4d16f587d3e009cf4316a
parent94558e265b9539b2ecec98d037bae51c902663c1
drm/i915: Introduce i915_gem_active_wait_unlocked()

It is useful to be able to wait on pending rendering without grabbing
the struct_mutex. We can do this by using the i915_gem_active_get_rcu()
primitive to acquire a reference to the pending request without
requiring struct_mutex, just the RCU read lock, and then call
i915_wait_request().

v2: Rebase onto new i915_gem_active_get_unlocked() semantics that take
the RCU read lock on behalf of the caller.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1470388464-28458-1-git-send-email-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gem_request.h