Lines Matching defs:fences
751 * shared and/or exclusive fences.
754 * @wait_all: if true, wait on all fences, else wait on just exclusive fence
1241 * for your shared fences (if applicable), submit your job, then
1315 * drm_gem_fence_array_add - Adds the fence to an array of fences to be
1316 * waited on, deduplicating fences from the same context.
1367 * own fences.
1372 * shared fences in the reservation object).
1379 struct dma_fence **fences;
1390 &fence_count, &fences);
1395 ret = drm_gem_fence_array_add(fence_array, fences[i]);
1401 dma_fence_put(fences[i]);
1402 kfree(fences);