Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm.h87 struct drm_clip_rect { struct
99 struct drm_clip_rect *rects; argument
790 typedef struct drm_clip_rect drm_clip_rect_t;
H A Ddrm_crtc.h236 unsigned color, struct drm_clip_rect *clips,
H A Ddrm_crtc.c2482 struct drm_clip_rect __user *clips_ptr; in drm_mode_dirtyfb_ioctl()
2483 struct drm_clip_rect *clips = NULL; in drm_mode_dirtyfb_ioctl()
2503 clips_ptr = (struct drm_clip_rect __user *)(unsigned long)r->clips_ptr; in drm_mode_dirtyfb_ioctl()
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_fb.c75 unsigned flags, unsigned color, struct drm_clip_rect *clips, unsigned num_clips) in fb_dirty()