Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_sync.c338 int i, num_fence = 0, current_fence = 0; in xe_sync_in_fence_get() local
353 num_fence++; in xe_sync_in_fence_get()
355 num_fence++; in xe_sync_in_fence_get()
358 fences = kmalloc_objs(*fences, num_fence); in xe_sync_in_fence_get()
376 xe_assert(vm->xe, current_fence == num_fence); in xe_sync_in_fence_get()
377 cf = dma_fence_array_create(num_fence, fences, in xe_sync_in_fence_get()