HomeSort by: relevance | last modified time | path
    Searched refs:bo_handles (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
v3d_drm.h 126 __u64 bo_handles; member in struct:drm_v3d_submit_cl
230 __u32 bo_handles[4]; member in struct:drm_v3d_submit_tfu
250 __u64 bo_handles; member in struct:drm_v3d_submit_csd
panfrost_drm.h 66 __u64 bo_handles; member in struct:drm_panfrost_submit
virtgpu_drm.h 69 __u64 bo_handles; member in struct:drm_virtgpu_execbuffer
vc4_drm.h 109 * and an attribute count), so those BO indices into bo_handles are
119 * uniform data has a __u32 index into bo_handles per texture
129 __u64 bo_handles; member in struct:drm_vc4_submit_cl
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_ioctl.c 66 uint32_t *bo_handles = NULL; local in function:virtio_gpu_execbuffer_ioctl
110 bo_handles = kvmalloc_array(exbuf->num_bo_handles,
112 if (!bo_handles) {
117 user_bo_handles = u64_to_user_ptr(exbuf->bo_handles);
118 if (copy_from_user(bo_handles, user_bo_handles,
124 buflist = virtio_gpu_array_from_handles(drm_file, bo_handles,
130 kvfree(bo_handles);
131 bo_handles = NULL;
174 kvfree(bo_handles);
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_gem.h 436 int drm_gem_objects_lookup(struct drm_file *filp, void __user *bo_handles,
  /src/sys/external/bsd/drm2/dist/drm/
drm_gem.c 785 * @bo_handles: user pointer to array of userspace handle
801 int drm_gem_objects_lookup(struct drm_file *filp, void __user *bo_handles,
822 if (copy_from_user(handles, bo_handles, count * sizeof(u32))) {

Completed in 19 milliseconds