summaryrefslogtreecommitdiff
path: root/shared-core/i915_drv.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-06-06 21:54:38 +0100
committerAlan Hourihane <alanh@tungstengraphics.com>2008-06-06 21:54:38 +0100
commitc2fc142ea7e9dd651702773efbc9c3366f977aa6 (patch)
treeaa7ff6a866fe4133bf122e4ad20f7665f8f61f22 /shared-core/i915_drv.h
parent6d4ffd12cd8d3713067adf5fa3bdcb023b0745f1 (diff)
[intel] remove settable use_mi_batchbuffer_start
The driver can know what hardware requires MI_BATCH_BUFFER vs MI_BATCH_BUFFER_START; there's no reason to let user mode configure this.
Diffstat (limited to 'shared-core/i915_drv.h')
-rw-r--r--shared-core/i915_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h
index 34e81ad5..6d72c051 100644
--- a/shared-core/i915_drv.h
+++ b/shared-core/i915_drv.h
@@ -132,7 +132,6 @@ struct drm_i915_private {
struct drm_buffer_object *hws_bo;
unsigned int cpp;
- int use_mi_batchbuffer_start;
wait_queue_head_t irq_queue;
atomic_t irq_received;