Home
last modified time | relevance | path

Searched refs:in_fences (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.c268 if (job->in_fences) { in panfrost_job_cleanup()
270 dma_fence_put(job->in_fences[i]); in panfrost_job_cleanup()
271 kvfree(job->in_fences); in panfrost_job_cleanup()
325 if (job->in_fences[i]) { in panfrost_job_dependency()
326 fence = job->in_fences[i]; in panfrost_job_dependency()
327 job->in_fences[i] = NULL; in panfrost_job_dependency()
H A Dpanfrost_job.h23 struct dma_fence **in_fences; member
H A Dpanfrost_drv.c185 * panfrost_copy_in_sync() - Sets up job->in_fences[] with the sync objects
212 job->in_fences = kvmalloc_array(job->in_fence_count, in panfrost_copy_in_sync()
215 if (!job->in_fences) { in panfrost_copy_in_sync()
237 &job->in_fences[i]); in panfrost_copy_in_sync()

Completed in 3 milliseconds