Home
last modified time | relevance | path

Searched refs:drm_clip_rect (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/dev/drm/include/uapi/drm/
H A Ddrm.h90 struct drm_clip_rect { struct
102 struct drm_clip_rect *rects; argument
977 typedef struct drm_clip_rect drm_clip_rect_t;
H A Dradeon_drm.h447 struct drm_clip_rect boxes[RADEON_NR_SAREA_CLIPRECTS];
667 struct drm_clip_rect __user *boxes;
H A Di915_drm.h332 struct drm_clip_rect __user *cliprects; /* pointer to userspace cliprects */
344 struct drm_clip_rect __user *cliprects; /* pointer to userspace cliprects */
/dragonfly/sys/dev/drm/
H A Ddrm_framebuffer.c518 struct drm_clip_rect __user *clips_ptr; in drm_mode_dirtyfb_ioctl()
519 struct drm_clip_rect *clips = NULL; in drm_mode_dirtyfb_ioctl()
534 clips_ptr = (struct drm_clip_rect __user *)(unsigned long)r->clips_ptr; in drm_mode_dirtyfb_ioctl()
H A Ddrm_fb_helper.c741 struct drm_clip_rect *clip = &helper->dirty_clip; in drm_fb_helper_dirty_work()
742 struct drm_clip_rect clip_copy; in drm_fb_helper_dirty_work()
973 struct drm_clip_rect *clip = &helper->dirty_clip;
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_framebuffer.h91 unsigned color, struct drm_clip_rect *clips,
H A Ddrm_crtc.h54 struct drm_clip_rect;
H A Ddrm_fb_helper.h171 struct drm_clip_rect dirty_clip;
/dragonfly/sys/dev/drm/i915/
H A Dintel_display.c13821 struct drm_clip_rect *clips, in intel_user_framebuffer_dirty()