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

/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_mode.h342 * the number of updated regions are half of num_clips given,
355 __u32 num_clips; member in struct:drm_mode_fb_dirty_cmd
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_mode.h342 * the number of updated regions are half of num_clips given,
355 __u32 num_clips; member in struct:drm_mode_fb_dirty_cmd
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc.c2601 int num_clips; local
2611 num_clips = r->num_clips;
2614 if (!num_clips != !clips_ptr) {
2622 if (flags & DRM_MODE_FB_DIRTY_ANNOTATE_COPY && (num_clips % 2)) {
2627 if (num_clips && clips_ptr) {
2628 if (num_clips < 0 || num_clips > DRM_MODE_FB_DIRTY_MAX_CLIPS) {
2632 clips = kzalloc(num_clips * sizeof(*clips), GFP_KERNEL);
2639 num_clips * sizeo
[all...]

Completed in 23 milliseconds