Home
last modified time | relevance | path

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

/drivers/dma-buf/
Ddma-fence-unwrap.c93 return dma_fence_allocate_private_stub(timestamp); in __dma_fence_unwrap_merge()
154 tmp = dma_fence_allocate_private_stub(ktime_get()); in __dma_fence_unwrap_merge()
Ddma-fence.c157 struct dma_fence *dma_fence_allocate_private_stub(ktime_t timestamp) in dma_fence_allocate_private_stub() function
177 EXPORT_SYMBOL(dma_fence_allocate_private_stub);
/drivers/gpu/drm/
Ddrm_syncobj.c356 struct dma_fence *fence = dma_fence_allocate_private_stub(ktime_get()); in drm_syncobj_assign_null_handle()