Searched defs:_drm_i915_cmdbuffer32 (Results 1 – 1 of 1) sorted by relevance
276 typedef struct _drm_i915_cmdbuffer32 { struct277 caddr32_t buf; /* pointer to userspace command buffer */278 int sz; /* nr bytes in buf */279 int DR1; /* hw flags for GFX_OP_DRAWRECT_INFO */280 int DR4; /* window origin for GFX_OP_DRAWRECT_INFO */281 int num_cliprects; /* mulitpass with multiple cliprects? */282 caddr32_t cliprects; /* pointer to userspace cliprects */