aboutsummaryrefslogtreecommitdiff
path: root/shared-core/i915_init.c
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_init.c
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_init.c')
-rw-r--r--shared-core/i915_init.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/shared-core/i915_init.c b/shared-core/i915_init.c
index f03f8949..f2c07fc6 100644
--- a/shared-core/i915_init.c
+++ b/shared-core/i915_init.c
@@ -151,13 +151,6 @@ int i915_load_modeset_init(struct drm_device *dev)
I915_WRITE(PRB0_CTL, ((dev_priv->ring.Size - 4096) & RING_NR_PAGES) |
(RING_NO_REPORT | RING_VALID));
- /* We are using separate values as placeholders for mechanisms for
- * private backbuffer/depthbuffer usage.
- */
- dev_priv->use_mi_batchbuffer_start = 0;
- if (IS_I965G(dev)) /* 965 doesn't support older method */
- dev_priv->use_mi_batchbuffer_start = 1;
-
/* Allow hardware batchbuffers unless told otherwise.
*/
dev_priv->allow_batchbuffer = 1;