Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/drm/
H A Di915_drm.h252 drm_clip_rect_t __user *cliprects; /* pointer to userspace cliprects */ member
261 caddr32_t cliprects; /* pointer to userspace cliprects */ member
273 drm_clip_rect_t __user *cliprects; /* pointer to userspace cliprects */ member
282 caddr32_t cliprects; /* pointer to userspace cliprects */ member
H A Di915_dma.c496 ret = i915_emit_box(dev, cmd->cliprects, i, in i915_dispatch_cmdbuffer()
515 drm_clip_rect_t __user *boxes = batch->cliprects; in i915_dispatch_batchbuffer()
670 batch.cliprects = (drm_clip_rect_t __user *) in i915_batchbuffer()
671 (uintptr_t)batchbuffer32_t.cliprects; in i915_batchbuffer()
719 cmdbuf.cliprects = (drm_clip_rect_t __user *) in i915_cmdbuffer()
720 (uintptr_t)cmdbuffer32_t.cliprects; in i915_cmdbuffer()