Home
last modified time | relevance | path

Searched refs:msm_fence_alloc (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/msm/
Dmsm_fence.h61 struct dma_fence * msm_fence_alloc(struct msm_fence_context *fctx);
Dmsm_fence.c89 msm_fence_alloc(struct msm_fence_context *fctx) in msm_fence_alloc() function
Dmsm_ringbuffer.c30 submit->hw_fence = msm_fence_alloc(submit->ring->fctx); in msm_job_run()