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

/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_crtc.c2337 int num_clips; local
2351 num_clips = r->num_clips;
2354 if (!num_clips != !clips_ptr) {
2362 if (flags & DRM_MODE_FB_DIRTY_ANNOTATE_COPY && (num_clips % 2)) {
2367 if (num_clips && clips_ptr) {
2368 if (num_clips < 0 || num_clips > DRM_MODE_FB_DIRTY_MAX_CLIPS) {
2372 clips = malloc(num_clips * sizeof(*clips), DRM_MEM_KMS,
2375 ret = copyin(clips_ptr, clips, num_clips * sizeo
[all...]
H A Ddrm_mode.h322 * the number of updated regions are half of num_clips given,
335 uint32_t num_clips; member in struct:drm_mode_fb_dirty_cmd
H A Ddrm_crtc.h232 unsigned num_clips);

Completed in 128 milliseconds