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

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm.h95 struct drm_clip_rect { struct
107 struct drm_clip_rect *rects;
864 typedef struct drm_clip_rect drm_clip_rect_t;
H A Ddrm_crtc.h243 unsigned color, struct drm_clip_rect *clips,
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_dma.c384 struct drm_clip_rect *box,
449 struct drm_clip_rect *cliprects,
483 struct drm_clip_rect *cliprects)
629 struct drm_clip_rect *cliprects = NULL;
649 sizeof(struct drm_clip_rect),
656 sizeof(struct drm_clip_rect));
671 kfree(cliprects, batch->num_cliprects * sizeof(struct drm_clip_rect));
684 struct drm_clip_rect *cliprects = NULL;
711 sizeof(struct drm_clip_rect), GFP_KERNEL);
719 sizeof(struct drm_clip_rect));
[all...]
H A Di915_drm.h274 struct drm_clip_rect __user *cliprects; /* pointer to userspace cliprects */
295 struct drm_clip_rect __user *cliprects; /* pointer to userspace cliprects */
652 /** This is a struct drm_clip_rect *cliprects */
703 /** This is a struct drm_clip_rect *cliprects */
H A Di915_gem_execbuffer.c751 struct drm_clip_rect *cliprects = NULL;
875 (struct drm_clip_rect __user *)
H A Di915_drv.h1602 struct drm_clip_rect *box,
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm.h187 struct drm_clip_rect { struct
199 struct drm_clip_rect *rects;
896 typedef struct drm_clip_rect drm_clip_rect_t;
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc.c2596 struct drm_clip_rect __user *clips_ptr;
2597 struct drm_clip_rect *clips = NULL;
2612 clips_ptr = (struct drm_clip_rect *)(unsigned long)r->clips_ptr;

Completed in 58 milliseconds