drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence()
authorChris Wilson <[email protected]>
Sun, 12 Feb 2017 21:53:43 +0000 (21:53 +0000)
committerChris Wilson <[email protected]>
Tue, 14 Feb 2017 09:38:42 +0000 (09:38 +0000)
commitd892e9398ecf6defc7972a62227b77dad6be20bd
treef1fc8610c2cf5b098948969734b73d77c701002d
parent04a68a35ce6d7b54749989f943993020f48fed62
drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence()

The i915_gem_object_wait_fence() uses an incoming timeout=0 to query
whether the current fence is busy or idle, without waiting. This can be
used by the wait-ioctl to implement a busy query.

Fixes: e95433c73a11 ("drm/i915: Rearrange i915_wait_request() accounting with callers")
Testcase: igt/gem_wait/basic-busy-write-all
Signed-off-by: Chris Wilson <[email protected]>
Cc: Matthew Auld <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Cc: <[email protected]> # v4.10-rc1+
Cc: [email protected]
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Joonas Lahtinen <[email protected]>
drivers/gpu/drm/i915/i915_gem.c