Home
last modified time | relevance | path

Searched refs:dma_fence_match_context (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma-buf/
H A Ddma-fence-array.c184 * dma_fence_match_context - Check if all fences are from the given context
192 bool dma_fence_match_context(struct dma_fence *fence, u64 context) in dma_fence_match_context() function
207 EXPORT_SYMBOL(dma_fence_match_context); variable
/kernel/linux/linux-6.6/drivers/dma-buf/
H A Ddma-fence-array.c211 * dma_fence_match_context - Check if all fences are from the given context
219 bool dma_fence_match_context(struct dma_fence *fence, u64 context) in dma_fence_match_context() function
234 EXPORT_SYMBOL(dma_fence_match_context); variable
/kernel/linux/linux-5.10/include/linux/
H A Ddma-fence-array.h82 bool dma_fence_match_context(struct dma_fence *fence, u64 context);
/kernel/linux/linux-6.6/include/linux/
H A Ddma-fence-array.h84 bool dma_fence_match_context(struct dma_fence *fence, u64 context);
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H A Dmsm_gem_submit.c447 if (!dma_fence_match_context(fence, ring->fctx->context)) in msm_wait_deps()
639 if (!dma_fence_match_context(in_fence, ring->fctx->context)) in msm_ioctl_gem_submit()
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/
H A Dvirtgpu_ioctl.c111 if (!dma_fence_match_context(in_fence, vgdev->fence_drv.context)) in virtio_gpu_execbuffer_ioctl()
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/
H A Dvirtgpu_submit.c53 if (dma_fence_match_context(in_fence, context)) in virtio_gpu_do_fence_wait()
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_gem.c1196 if (!dma_fence_match_context(in_fence, in vc4_submit_cl_ioctl()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_gem.c1195 if (!dma_fence_match_context(in_fence, in vc4_submit_cl_ioctl()

Completed in 11 milliseconds