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

/solaris-x11-s12/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...]

Completed in 22 milliseconds