Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_ukk_timeline.c50 _mali_uk_fence_t uk_fence; in timeline_wait_wrapper() local
55 if (0 != copy_from_user(&uk_fence, &uargs->fence, sizeof(_mali_uk_fence_t))) return -EFAULT; in timeline_wait_wrapper()
58 mali_timeline_fence_copy_uk_fence(&fence, &uk_fence); in timeline_wait_wrapper()
71 _mali_uk_fence_t uk_fence; in timeline_create_sync_fence_wrapper() local
76 if (0 != copy_from_user(&uk_fence, &uargs->fence, sizeof(_mali_uk_fence_t))) return -EFAULT; in timeline_create_sync_fence_wrapper()
77 mali_timeline_fence_copy_uk_fence(&fence, &uk_fence); in timeline_create_sync_fence_wrapper()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_timeline.h506 …d mali_timeline_fence_copy_uk_fence(struct mali_timeline_fence *fence, _mali_uk_fence_t *uk_fence);
H A Dmali_timeline.c743 …id mali_timeline_fence_copy_uk_fence(struct mali_timeline_fence *fence, _mali_uk_fence_t *uk_fence) in mali_timeline_fence_copy_uk_fence() argument
748 MALI_DEBUG_ASSERT_POINTER(uk_fence); in mali_timeline_fence_copy_uk_fence()
751 fence->points[i] = uk_fence->points[i]; in mali_timeline_fence_copy_uk_fence()
754 fence->sync_fd = uk_fence->sync_fd; in mali_timeline_fence_copy_uk_fence()