Lines Matching defs:fence
25 struct dma_fence *fence;
29 fence = submit->in_fence;
32 if (!dma_fence_is_signaled(fence))
33 return fence;
35 dma_fence_put(fence);
43 fence = bo->excl;
46 if (!dma_fence_is_signaled(fence))
47 return fence;
49 dma_fence_put(fence);
56 fence = bo->shared[j];
59 if (!dma_fence_is_signaled(fence))
60 return fence;
62 dma_fence_put(fence);
75 struct dma_fence *fence = NULL;
78 fence = etnaviv_gpu_submit(submit);
82 return fence;
96 * If the GPU managed to complete this jobs fence, the timout is
152 * Hold the fence lock across the whole operation to avoid jobs being
153 * pushed out of order with regard to their sched fence seqnos as