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