Lines Matching defs:fence
51 * struct drm_i915_gem_timeline_fence - An input or output timeline fence.
53 * The operation will wait for input fence to signal.
55 * The returned output fence will be signaled after the completion of the
66 * Wait for the input fence before the operation.
69 * Return operation completion fence as output.
109 * asynchronously, if valid @fence is specified.
133 * Note that @fence carries its own flags.
139 * @fence: Timeline fence for bind completion signaling.
141 * Timeline fence is of format struct drm_i915_gem_timeline_fence.
143 * It is an out fence, hence using I915_TIMELINE_FENCE_WAIT flag
146 * If I915_TIMELINE_FENCE_SIGNAL flag is not set, then out fence
149 struct drm_i915_gem_timeline_fence fence;
174 * asynchronously, if valid @fence is specified.
192 * Note that @fence carries its own flags.
197 * @fence: Timeline fence for unbind completion signaling.
199 * Timeline fence is of format struct drm_i915_gem_timeline_fence.
201 * It is an out fence, hence using I915_TIMELINE_FENCE_WAIT flag
204 * If I915_TIMELINE_FENCE_SIGNAL flag is not set, then out fence
207 struct drm_i915_gem_timeline_fence fence;