Home | History | Annotate | Download | only in drm

Lines Matching refs:fences

862  * shared and/or exclusive fences.
865 * @wait_all: if true, wait on all fences, else wait on just exclusive fence
1407 * for your shared fences (if applicable), submit your job, then
1481 * drm_gem_fence_array_add - Adds the fence to an array of fences to be
1482 * waited on, deduplicating fences from the same context.
1533 * own fences.
1538 * shared fences in the reservation object).
1545 struct dma_fence **fences;
1556 &fence_count, &fences);
1561 ret = drm_gem_fence_array_add(fence_array, fences[i]);
1567 dma_fence_put(fences[i]);
1568 kfree(fences);