dma_fence_match_context  203 drivers/dma-buf/dma-fence-array.c EXPORT_SYMBOL(dma_fence_match_context);
dma_fence_match_context  455 drivers/gpu/drm/msm/msm_gem_submit.c 		if (!dma_fence_match_context(in_fence, ring->fctx->context))
dma_fence_match_context 1197 drivers/gpu/drm/vc4/vc4_gem.c 		if (!dma_fence_match_context(in_fence,
dma_fence_match_context  146 drivers/gpu/drm/virtio/virtgpu_ioctl.c 		if (!dma_fence_match_context(in_fence, vgdev->fence_drv.context))
dma_fence_match_context   82 include/linux/dma-fence-array.h bool dma_fence_match_context(struct dma_fence *fence, u64 context);