Searched refs:dma_fence_match_context (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma-buf/ |
H A D | dma-fence-array.c | 184 * 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 D | dma-fence-array.c | 211 * 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 D | dma-fence-array.h | 82 bool dma_fence_match_context(struct dma_fence *fence, u64 context);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dma-fence-array.h | 84 bool dma_fence_match_context(struct dma_fence *fence, u64 context);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
H A D | msm_gem_submit.c | 447 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 D | virtgpu_ioctl.c | 111 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 D | virtgpu_submit.c | 53 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 D | vc4_gem.c | 1196 if (!dma_fence_match_context(in_fence, in vc4_submit_cl_ioctl()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_gem.c | 1195 if (!dma_fence_match_context(in_fence, in vc4_submit_cl_ioctl()
|
Completed in 11 milliseconds