Lines Matching full:handles
284 * @bo_handles: GEM handles
285 * @bo_count: Number of GEM handles passed in
301 u32 *handles; in v3d_lookup_bos() local
323 handles = kvmalloc_array(job->bo_count, sizeof(u32), GFP_KERNEL); in v3d_lookup_bos()
324 if (!handles) { in v3d_lookup_bos()
326 DRM_DEBUG("Failed to allocate incoming GEM handles\n"); in v3d_lookup_bos()
330 if (copy_from_user(handles, in v3d_lookup_bos()
334 DRM_DEBUG("Failed to copy in GEM handles\n"); in v3d_lookup_bos()
341 handles[i]); in v3d_lookup_bos()
344 i, handles[i]); in v3d_lookup_bos()
355 kvfree(handles); in v3d_lookup_bos()
587 u32 count, u64 handles) in v3d_get_multisync_post_deps() argument
602 post_deps = u64_to_user_ptr(handles); in v3d_get_multisync_post_deps()
609 DRM_DEBUG("Failed to copy post dep handles\n"); in v3d_get_multisync_post_deps()