Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c253 int i, in_fence_count; in panfrost_copy_in_sync() local
255 in_fence_count = args->in_sync_count; in panfrost_copy_in_sync()
257 if (!in_fence_count) in panfrost_copy_in_sync()
260 handles = kvmalloc_array(in_fence_count, sizeof(u32), GFP_KERNEL); in panfrost_copy_in_sync()
269 in_fence_count * sizeof(u32))) { in panfrost_copy_in_sync()
275 for (i = 0; i < in_fence_count; i++) { in panfrost_copy_in_sync()