Searched defs:_drm_i915_cmdbuffer (Results 1 – 6 of 6) sorted by relevance
440 typedef struct _drm_i915_cmdbuffer { struct441 char *buf; /* pointer to userspace command buffer */442 int sz; /* nr bytes in buf */443 int DR1; /* hw flags for GFX_OP_DRAWRECT_INFO */444 int DR4; /* window origin for GFX_OP_DRAWRECT_INFO */445 int num_cliprects; /* mulitpass with multiple cliprects? */446 struct drm_clip_rect *cliprects; /* pointer to userspace cliprects */
443 typedef struct _drm_i915_cmdbuffer { struct444 char *buf; /* pointer to userspace command buffer */445 int sz; /* nr bytes in buf */446 int DR1; /* hw flags for GFX_OP_DRAWRECT_INFO */447 int DR4; /* window origin for GFX_OP_DRAWRECT_INFO */448 int num_cliprects; /* mulitpass with multiple cliprects? */449 struct drm_clip_rect *cliprects; /* pointer to userspace cliprects */
553 typedef struct _drm_i915_cmdbuffer { struct554 char *buf; /* pointer to userspace command buffer */555 int sz; /* nr bytes in buf */556 int DR1; /* hw flags for GFX_OP_DRAWRECT_INFO */557 int DR4; /* window origin for GFX_OP_DRAWRECT_INFO */558 int num_cliprects; /* mulitpass with multiple cliprects? */559 struct drm_clip_rect *cliprects; /* pointer to userspace cliprects */
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 */
568 typedef struct _drm_i915_cmdbuffer { struct569 char *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 *cliprects; /* pointer to userspace cliprects */