Lines Matching refs:fences
1815 struct dma_fence **fences)
1831 ptr = &drv->fences[last_seq];
1839 fences[last_seq] = fence;
1844 static void amdgpu_ib_preempt_signal_fences(struct dma_fence **fences,
1851 fence = fences[i];
1892 ptr = &drv->fences[preempt_seq];
1916 struct dma_fence **fences = NULL;
1933 fences = kcalloc(length, sizeof(void *), GFP_KERNEL);
1934 if (!fences)
1960 /* swap out the old fences */
1961 amdgpu_ib_preempt_fences_swap(ring, fences);
1971 /* signal the old fences */
1972 amdgpu_ib_preempt_signal_fences(fences, length);
1982 kfree(fences);