Searched refs:I915_EXEC_FENCE_OUT (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/include/uapi/drm/
H A Di915_drm.h691 * current request is complete. See I915_EXEC_FENCE_IN and I915_EXEC_FENCE_OUT.
765 * See I915_EXEC_FENCE_OUT and I915_EXEC_FENCE_SUBMIT.
1493 /* Setting I915_EXEC_FENCE_OUT causes the ioctl to return a sync_file fd
1503 * Using I915_EXEC_FENCE_OUT requires use of
1508 #define I915_EXEC_FENCE_OUT (1<<17) macro
1555 * When I915_EXEC_FENCE_OUT flag is set, the upper 32 bits of this
/linux-master/include/uapi/drm/
H A Di915_drm.h691 * current request is complete. See I915_EXEC_FENCE_IN and I915_EXEC_FENCE_OUT.
765 * See I915_EXEC_FENCE_OUT and I915_EXEC_FENCE_SUBMIT.
1499 /* Setting I915_EXEC_FENCE_OUT causes the ioctl to return a sync_file fd
1509 * Using I915_EXEC_FENCE_OUT requires use of
1514 #define I915_EXEC_FENCE_OUT (1<<17) macro
1561 * When I915_EXEC_FENCE_OUT flag is set, the upper 32 bits of this
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c3418 if (args->flags & I915_EXEC_FENCE_OUT) {

Completed in 129 milliseconds