Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_dma_fence.c277 struct reservation_object *dma_reservation_object) in mali_dma_fence_context_add_waiters() argument
289 MALI_DEBUG_ASSERT_POINTER(dma_reservation_object); in mali_dma_fence_context_add_waiters()
292 ret = reservation_object_get_fences_rcu(dma_reservation_object, &exclusive_fence, in mali_dma_fence_context_add_waiters()
361 void mali_dma_fence_add_reservation_object_list(struct reservation_object *dma_reservation_object, in mali_dma_fence_add_reservation_object_list() argument
367 MALI_DEBUG_ASSERT_POINTER(dma_reservation_object); in mali_dma_fence_add_reservation_object_list()
372 if (dma_reservation_object_list[i] == dma_reservation_object) in mali_dma_fence_add_reservation_object_list()
376 dma_reservation_object_list[*num_dma_reservation_object] = dma_reservation_object; in mali_dma_fence_add_reservation_object_list()
H A Dmali_dma_fence.h89 struct reservation_object *dma_reservation_object);
109 void mali_dma_fence_add_reservation_object_list(struct reservation_object *dma_reservation_object,