Home
last modified time | relevance | path

Searched refs:dma_fence_default_wait (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/dma-buf/
Ddma-fence.c204 ret = dma_fence_default_wait(fence, intr, timeout); in dma_fence_wait_timeout()
430 dma_fence_default_wait(struct dma_fence *fence, bool intr, signed long timeout) in dma_fence_default_wait() function
493 EXPORT_SYMBOL(dma_fence_default_wait);
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem_clflush.c67 .wait = dma_fence_default_wait,
Di915_gem.c3414 if (dma_fence_default_wait(&rq->fence, true, in i915_gem_unset_wedged()
/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_fence.c138 .wait = dma_fence_default_wait,
/Linux-v4.19/drivers/gpu/drm/vgem/
Dvgem_fence.c81 .wait = dma_fence_default_wait,
/Linux-v4.19/include/linux/
Ddma-fence.h342 signed long dma_fence_default_wait(struct dma_fence *fence,
/Linux-v4.19/drivers/gpu/drm/
Ddrm_writeback.c109 .wait = dma_fence_default_wait,
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_fence.c529 .wait = dma_fence_default_wait,
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Di915_sw_fence.c623 .wait = dma_fence_default_wait,