Home
last modified time | relevance | path

Searched refs:objs_ptr (Results 1 – 2 of 2) sorted by last modified time

/dragonfly/sys/dev/drm/include/uapi/drm/
H A Ddrm_mode.h759 __u64 objs_ptr; member
/dragonfly/sys/dev/drm/
H A Ddrm_atomic.c2199 uint32_t __user *objs_ptr = (uint32_t __user *)(unsigned long)(arg->objs_ptr); in drm_mode_atomic_ioctl() local
2258 if (get_user(obj_id, objs_ptr + copied_objs)) { in drm_mode_atomic_ioctl()