Searched defs:_drm_i915_cmdbuffer (Results 1 – 2 of 2) sorted by relevance
568 typedef struct _drm_i915_cmdbuffer { struct569 char __user *buf; /* pointer to userspace command buffer */570 int sz; /* nr bytes in buf */571 int DR1; /* hw flags for GFX_OP_DRAWRECT_INFO */572 int DR4; /* window origin for GFX_OP_DRAWRECT_INFO */573 int num_cliprects; /* mulitpass with multiple cliprects? */574 struct drm_clip_rect __user *cliprects; /* pointer to userspace cliprects */