Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c203 job->in_fences = kvmalloc_array(job->in_fence_count, in panfrost_copy_in_sync()
206 if (!job->in_fences) { in panfrost_copy_in_sync()
228 &job->in_fences[i]); in panfrost_copy_in_sync()