Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/panfrost/
Dpanfrost_job.c259 if (job->in_fences) { in panfrost_job_cleanup()
261 dma_fence_put(job->in_fences[i]); in panfrost_job_cleanup()
262 kvfree(job->in_fences); in panfrost_job_cleanup()
304 if (job->in_fences[i]) { in panfrost_job_dependency()
305 fence = job->in_fences[i]; in panfrost_job_dependency()
306 job->in_fences[i] = NULL; in panfrost_job_dependency()
Dpanfrost_job.h23 struct dma_fence **in_fences; member
Dpanfrost_drv.c166 job->in_fences = kvmalloc_array(job->in_fence_count, in panfrost_copy_in_sync()
169 if (!job->in_fences) { in panfrost_copy_in_sync()
191 &job->in_fences[i]); in panfrost_copy_in_sync()