Searched refs:in_fences (Results 1 – 3 of 3) sorted by relevance
259 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()
23 struct dma_fence **in_fences; member
166 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()