Home
last modified time | relevance | path

Searched refs:dma_fence_array_alloc (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/dma-buf/
H A Ddma-fence-array.c178 struct dma_fence_array *dma_fence_array_alloc(int num_fences) in dma_fence_array_alloc() function
184 EXPORT_SYMBOL(dma_fence_array_alloc);
259 array = dma_fence_array_alloc(num_fences); in dma_fence_array_create()
/linux/include/linux/
H A Ddma-fence-array.h82 struct dma_fence_array *dma_fence_array_alloc(int num_fences);
/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c2037 cf = dma_fence_array_alloc(2); in xe_pt_update_ops_run()