Searched refs:drm_clip_rect (Results 1 - 22 of 22) sorted by relevance

/freebsd-12-stable/sys/dev/drm/
H A Ddrm_internal.h40 struct drm_clip_rect *rects;
H A Dsavage_drm.h118 struct drm_clip_rect __user *box_addr;
H A Dsavage_state.c33 const struct drm_clip_rect *pbox)
59 const struct drm_clip_rect *pbox)
796 const struct drm_clip_rect *boxes)
866 unsigned int nbox, const struct drm_clip_rect *boxes)
901 const struct drm_clip_rect *boxes)
967 struct drm_clip_rect *kbox_addr = NULL;
1021 sizeof(struct drm_clip_rect),
1030 sizeof(struct drm_clip_rect))) {
1164 drm_free(kbox_addr, cmdbuf->nbox * sizeof(struct drm_clip_rect),
H A Dmga_drm.h187 struct drm_clip_rect boxes[MGA_NR_SAREA_CLIPRECTS];
208 struct drm_clip_rect exported_boxes[MGA_NR_SAREA_CLIPRECTS];
H A Dsavage_drv.h198 const struct drm_clip_rect *pbox);
223 const struct drm_clip_rect *pbox);
225 const struct drm_clip_rect *pbox);
H A Dmach64_drm.h136 struct drm_clip_rect boxes[MACH64_NR_SAREA_CLIPRECTS];
H A Dvia_drm.h189 struct drm_clip_rect boxes[VIA_NR_SAREA_CLIPRECTS];
H A Dmga_state.c49 struct drm_clip_rect * box)
511 struct drm_clip_rect *pbox = sarea_priv->boxes;
527 struct drm_clip_rect *box = &pbox[i];
601 struct drm_clip_rect *pbox = sarea_priv->boxes;
628 struct drm_clip_rect *box = &pbox[i];
807 struct drm_clip_rect *pbox = sarea_priv->boxes;
H A Dmach64_state.c93 struct drm_clip_rect * box)
96 struct drm_clip_rect scissor;
230 struct drm_clip_rect *pbox = sarea_priv->boxes;
369 struct drm_clip_rect *pbox = sarea_priv->boxes;
H A Dr128_drm.h159 struct drm_clip_rect boxes[R128_NR_SAREA_CLIPRECTS];
H A Ddrm.h133 struct drm_clip_rect { struct
1102 typedef struct drm_clip_rect drm_clip_rect_t;
H A Dr128_state.c44 struct drm_clip_rect * boxes, int count)
364 struct drm_clip_rect *pbox = sarea_priv->boxes;
469 struct drm_clip_rect *pbox = sarea_priv->boxes;
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm.h89 struct drm_clip_rect { struct
101 struct drm_clip_rect *rects;
792 typedef struct drm_clip_rect drm_clip_rect_t;
H A Ddrm_crtc.h238 unsigned color, struct drm_clip_rect *clips,
H A Ddrm_crtc.c2484 struct drm_clip_rect __user *clips_ptr;
2485 struct drm_clip_rect *clips = NULL;
2505 clips_ptr = (struct drm_clip_rect __user *)(unsigned long)r->clips_ptr;
/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_dma.c375 struct drm_clip_rect *box,
440 struct drm_clip_rect *cliprects,
474 struct drm_clip_rect *cliprects)
620 struct drm_clip_rect *cliprects = NULL;
640 sizeof(struct drm_clip_rect),
647 sizeof(struct drm_clip_rect));
675 struct drm_clip_rect *cliprects = NULL;
702 sizeof(struct drm_clip_rect), DRM_MEM_DMA, M_WAITOK | M_ZERO);
710 sizeof(struct drm_clip_rect));
H A Di915_drm.h263 struct drm_clip_rect __user *cliprects; /* pointer to userspace cliprects */
275 struct drm_clip_rect __user *cliprects; /* pointer to userspace cliprects */
605 /** This is a struct drm_clip_rect *cliprects */
653 /** This is a struct drm_clip_rect *cliprects */
H A Di915_gem_execbuffer.c845 struct drm_clip_rect *cliprects = NULL;
977 (struct drm_clip_rect __user *)(uintptr_t)
H A Di915_drv.h1323 struct drm_clip_rect *box,
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dradeon_drm.h446 struct drm_clip_rect boxes[RADEON_NR_SAREA_CLIPRECTS];
662 struct drm_clip_rect __user *boxes;
H A Dradeon_drv.h325 struct drm_clip_rect __user *boxes;
/freebsd-12-stable/sys/arm/nvidia/drm2/
H A Dtegra_fb.c78 unsigned flags, unsigned color, struct drm_clip_rect *clips, unsigned num_clips)

Completed in 356 milliseconds