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

/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_crtc.c2596 struct drm_clip_rect __user *clips_ptr; local
2612 clips_ptr = (struct drm_clip_rect *)(unsigned long)r->clips_ptr;
2614 if (!num_clips != !clips_ptr) {
2627 if (num_clips && clips_ptr) {
2638 ret = copy_from_user(clips, clips_ptr,

Completed in 32 milliseconds