Home
last modified time | relevance | path

Searched refs:in_fence_count (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c207 job->in_fence_count = args->in_sync_count; in panfrost_copy_in_sync()
209 if (!job->in_fence_count) in panfrost_copy_in_sync()
212 job->in_fences = kvmalloc_array(job->in_fence_count, in panfrost_copy_in_sync()
220 handles = kvmalloc_array(job->in_fence_count, sizeof(u32), GFP_KERNEL); in panfrost_copy_in_sync()
229 job->in_fence_count * sizeof(u32))) { in panfrost_copy_in_sync()
235 for (i = 0; i < job->in_fence_count; i++) { in panfrost_copy_in_sync()
H A Dpanfrost_job.h24 u32 in_fence_count; member
H A Dpanfrost_job.c269 for (i = 0; i < job->in_fence_count; i++) in panfrost_job_cleanup()
324 for (i = 0; i < job->in_fence_count; i++) { in panfrost_job_dependency()
/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c201 int i, in_fence_count; in panfrost_copy_in_sync() local
203 in_fence_count = args->in_sync_count; in panfrost_copy_in_sync()
205 if (!in_fence_count) in panfrost_copy_in_sync()
208 handles = kvmalloc_array(in_fence_count, sizeof(u32), GFP_KERNEL); in panfrost_copy_in_sync()
217 in_fence_count * sizeof(u32))) { in panfrost_copy_in_sync()
223 for (i = 0; i < in_fence_count; i++) { in panfrost_copy_in_sync()

Completed in 3 milliseconds