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.c240 int i, in_fence_count; in panfrost_copy_in_sync() local
242 in_fence_count = args->in_sync_count; in panfrost_copy_in_sync()
244 if (!in_fence_count) in panfrost_copy_in_sync()
247 handles = kvmalloc_array(in_fence_count, sizeof(u32), GFP_KERNEL); in panfrost_copy_in_sync()
256 in_fence_count * sizeof(u32))) { in panfrost_copy_in_sync()
262 for (i = 0; i < in_fence_count; i++) { in panfrost_copy_in_sync()