Searched refs:bo_handles (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_gem.h547 int drm_gem_objects_lookup(struct drm_file *filp, void __user *bo_handles,
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_gem.c875 * @bo_handles: user pointer to array of userspace handle
891 int drm_gem_objects_lookup(struct drm_file *filp, void __user *bo_handles, argument
914 if (copy_from_user(handles, bo_handles, count * sizeof(u32))) {

Completed in 108 milliseconds