Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-fence-array.c192 bool dma_fence_match_context(struct dma_fence *fence, u64 context) in dma_fence_match_context() function
207 EXPORT_SYMBOL(dma_fence_match_context);
/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-fence-array.h82 bool dma_fence_match_context(struct dma_fence *fence, u64 context);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A Dmsm_gem_submit.c447 if (!dma_fence_match_context(fence, ring->fctx->context)) in msm_wait_deps()
640 if (!dma_fence_match_context(in_fence, ring->fctx->context)) in msm_ioctl_gem_submit()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_virtual_device1142 dma_fence_match_context
H A Dabi_gki_aarch64_db845c1100 dma_fence_match_context
H A Dabi_gki_aarch64_galaxy1366 dma_fence_match_context
/OK3568_Linux_fs/kernel/drivers/rknpu/
H A Drknpu_job.c691 if (!dma_fence_match_context(in_fence, in rknpu_submit()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_gem.c1196 if (!dma_fence_match_context(in_fence, in vc4_submit_cl_ioctl()