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

/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_mode.h356 __u64 clips_ptr; member in struct:drm_mode_fb_dirty_cmd
H A Ddrm_crtc.c2484 struct drm_clip_rect __user *clips_ptr; local
2505 clips_ptr = (struct drm_clip_rect __user *)(unsigned long)r->clips_ptr;
2507 if (!num_clips != !clips_ptr) {
2520 if (num_clips && clips_ptr) {
2532 ret = copy_from_user(clips, clips_ptr,

Completed in 99 milliseconds