aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/drm/i915_drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h
index 3f663ecc3dbb..0e506f438f48 100644
--- a/include/drm/i915_drm.h
+++ b/include/drm/i915_drm.h
@@ -198,7 +198,7 @@ typedef struct _drm_i915_sarea {
198/* Allow drivers to submit batchbuffers directly to hardware, relying 198/* Allow drivers to submit batchbuffers directly to hardware, relying
199 * on the security mechanisms provided by hardware. 199 * on the security mechanisms provided by hardware.
200 */ 200 */
201typedef struct _drm_i915_batchbuffer { 201typedef struct drm_i915_batchbuffer {
202 int start; /* agp offset */ 202 int start; /* agp offset */
203 int used; /* nr bytes in use */ 203 int used; /* nr bytes in use */
204 int DR1; /* hw flags for GFX_OP_DRAWRECT_INFO */ 204 int DR1; /* hw flags for GFX_OP_DRAWRECT_INFO */