Searched refs:cliprects (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_drm.h251 int num_cliprects; /* mulitpass with multiple cliprects? */
252 drm_clip_rect_t __user *cliprects; /* pointer to userspace cliprects */ member in struct:_drm_i915_batchbuffer
260 int num_cliprects; /* mulitpass with multiple cliprects? */
261 caddr32_t cliprects; /* pointer to userspace cliprects */ member in struct:_drm_i915_batchbuffer32
272 int num_cliprects; /* mulitpass with multiple cliprects? */
273 drm_clip_rect_t __user *cliprects; /* pointer to userspace cliprects */ member in struct:_drm_i915_cmdbuffer
281 int num_cliprects; /* mulitpass with multiple cliprects
282 caddr32_t cliprects; /* pointer to userspace cliprects */ member in struct:_drm_i915_cmdbuffer32
[all...]
H A Di915_dma.c496 ret = i915_emit_box(dev, cmd->cliprects, i,
515 drm_clip_rect_t __user *boxes = batch->cliprects;
670 batch.cliprects = (drm_clip_rect_t __user *)
671 (uintptr_t)batchbuffer32_t.cliprects;
676 DRM_DEBUG("i915 batchbuffer, start %x used %d cliprects %d, counter %d\n",
682 if (batch.num_cliprects && DRM_VERIFYAREA_READ(batch.cliprects,
719 cmdbuf.cliprects = (drm_clip_rect_t __user *)
720 (uintptr_t)cmdbuffer32_t.cliprects;
725 DRM_DEBUG("i915 cmdbuffer, buf %p sz %d cliprects %d\n",
732 DRM_VERIFYAREA_READ(cmdbuf.cliprects,
[all...]

Completed in 85 milliseconds