Home
last modified time | relevance | path

Searched refs:bo_handles (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/virtio/
Dvirtgpu_ioctl.c125 uint32_t *bo_handles = NULL; in virtio_gpu_execbuffer_ioctl() local
186 bo_handles = kvmalloc_array(exbuf->num_bo_handles, in virtio_gpu_execbuffer_ioctl()
188 if (!bo_handles) { in virtio_gpu_execbuffer_ioctl()
193 user_bo_handles = u64_to_user_ptr(exbuf->bo_handles); in virtio_gpu_execbuffer_ioctl()
194 if (copy_from_user(bo_handles, user_bo_handles, in virtio_gpu_execbuffer_ioctl()
200 buflist = virtio_gpu_array_from_handles(file, bo_handles, in virtio_gpu_execbuffer_ioctl()
206 kvfree(bo_handles); in virtio_gpu_execbuffer_ioctl()
207 bo_handles = NULL; in virtio_gpu_execbuffer_ioctl()
256 kvfree(bo_handles); in virtio_gpu_execbuffer_ioctl()
/linux-6.1.9/include/uapi/drm/
Dv3d_drm.h194 __u64 bo_handles; member
309 __u32 bo_handles[4]; member
334 __u64 bo_handles; member
Dpanfrost_drm.h64 __u64 bo_handles; member
Dvirtgpu_drm.h71 __u64 bo_handles; member
Dvc4_drm.h127 __u64 bo_handles; member
/linux-6.1.9/drivers/gpu/drm/v3d/
Dv3d_gem.c298 u64 bo_handles, in v3d_lookup_bos() argument
331 (void __user *)(uintptr_t)bo_handles, in v3d_lookup_bos()
782 args->bo_handles, args->bo_handle_count); in v3d_submit_cl_ioctl()
897 job->base.bo = kcalloc(ARRAY_SIZE(args->bo_handles), in v3d_submit_tfu_ioctl()
908 job->base.bo_count < ARRAY_SIZE(args->bo_handles); in v3d_submit_tfu_ioctl()
912 if (!args->bo_handles[job->base.bo_count]) in v3d_submit_tfu_ioctl()
916 args->bo_handles[job->base.bo_count]); in v3d_submit_tfu_ioctl()
920 args->bo_handles[job->base.bo_count]); in v3d_submit_tfu_ioctl()
1013 args->bo_handles, args->bo_handle_count); in v3d_submit_csd_ioctl()
/linux-6.1.9/include/drm/
Ddrm_gem.h460 int drm_gem_objects_lookup(struct drm_file *filp, void __user *bo_handles,
/linux-6.1.9/drivers/gpu/drm/
Ddrm_gem.c676 int drm_gem_objects_lookup(struct drm_file *filp, void __user *bo_handles, in drm_gem_objects_lookup() argument
699 if (copy_from_user(handles, bo_handles, count * sizeof(u32))) { in drm_gem_objects_lookup()
/linux-6.1.9/drivers/gpu/drm/panfrost/
Dpanfrost_drv.c151 (void __user *)(uintptr_t)args->bo_handles, in panfrost_lookup_bos()
/linux-6.1.9/drivers/gpu/drm/vc4/
Dvc4_gem.c781 if (copy_from_user(handles, u64_to_user_ptr(args->bo_handles), in vc4_cl_lookup_bos()