Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-fence.c290 void dma_fence_end_signalling(bool cookie) in dma_fence_end_signalling() function
297 EXPORT_SYMBOL(dma_fence_end_signalling);
441 dma_fence_end_signalling(tmp); in dma_fence_signal()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-fence.h362 void dma_fence_end_signalling(bool cookie);
369 static inline void dma_fence_end_signalling(bool cookie) {} in dma_fence_end_signalling() function
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.c592 dma_fence_end_signalling(cookie); in panfrost_reset()