Lines Matching defs:fence
11 #include <linux/dma-fence-unwrap.h>
60 struct dma_fence *fence)
66 dma_fence_unwrap_for_each(f, &itr, fence) {
113 struct dma_fence *fence;
130 syncobj_desc.point, 0, &fence);
134 ret = virtio_gpu_dma_fence_wait(submit, fence);
136 dma_fence_put(fence);
255 struct dma_fence *fence = &submit->out_fence->f;
262 fence, post_deps[i].point);
266 fence);
274 struct virtio_gpu_fence *fence,
293 fence->e = e;
446 * Wait if the fence is from a foreign context, or if the
447 * fence array contains any fence from a foreign context.