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

  /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/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
virtgpu_drm.h 69 __u64 bo_handles; member in struct:drm_virtgpu_execbuffer
panfrost_drm.h 66 __u64 bo_handles; member in struct:drm_panfrost_submit
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

Completed in 168 milliseconds