drm/ttm: Allow execbuf util reserves without ticket
authorThomas Hellstrom <thellstrom@vmware.com>
Fri, 15 Nov 2013 08:02:54 +0000 (00:02 -0800)
committerThomas Hellstrom <thellstrom@vmware.com>
Mon, 18 Nov 2013 08:38:52 +0000 (00:38 -0800)
If no reservation ticket is given to the execbuf reservation utilities,
try reservation with non-blocking semantics.
This is intended for eviction paths that use the execbuf reservation
utilities for convenience rather than for deadlock avoidance.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>

No differences found