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

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc.c2597 struct drm_clip_rect *clips = NULL; local
2621 /* If userspace annotates copy, clips must come in pairs */
2632 clips = kzalloc(num_clips * sizeof(*clips), GFP_KERNEL);
2633 if (!clips) {
2638 ret = copy_from_user(clips, clips_ptr,
2639 num_clips * sizeof(*clips));
2649 clips, num_clips);
2656 if (clips)
2657 kfree(clips, num_clip
[all...]
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_crtc.h243 unsigned color, struct drm_clip_rect *clips,

Completed in 22 milliseconds