Searched refs:bo_handles (Results 1 – 6 of 6) sorted by relevance
111 uint32_t *bo_handles = NULL; in virtio_gpu_execbuffer_ioctl() local125 bo_handles = kvmalloc_array(exbuf->num_bo_handles, in virtio_gpu_execbuffer_ioctl()130 if (!bo_handles || !buflist) { in virtio_gpu_execbuffer_ioctl()131 kvfree(bo_handles); in virtio_gpu_execbuffer_ioctl()136 user_bo_handles = (void __user *)(uintptr_t)exbuf->bo_handles; in virtio_gpu_execbuffer_ioctl()137 if (copy_from_user(bo_handles, user_bo_handles, in virtio_gpu_execbuffer_ioctl()140 kvfree(bo_handles); in virtio_gpu_execbuffer_ioctl()146 gobj = drm_gem_object_lookup(drm_file, bo_handles[i]); in virtio_gpu_execbuffer_ioctl()148 kvfree(bo_handles); in virtio_gpu_execbuffer_ioctl()158 kvfree(bo_handles); in virtio_gpu_execbuffer_ioctl()
100 __u64 bo_handles; member
60 __u64 bo_handles; member
127 __u64 bo_handles; member
368 (void __user *)(uintptr_t)args->bo_handles, in v3d_cl_lookup_bos()
755 if (copy_from_user(handles, u64_to_user_ptr(args->bo_handles), in vc4_cl_lookup_bos()