summaryrefslogtreecommitdiff
path: root/shared-core/i915_dma.c
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-29 18:40:08 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-29 18:40:08 +0200
commit23f01c9fe8e6170459fe46ad5fc9757bbe967d96 (patch)
tree4232a55059e6c22e57649019b72f31c30d763ed5 /shared-core/i915_dma.c
parent0dedfc2cd03f50b435476e56637b333d345fddbd (diff)
Checkpoint commit. Buffer object flags and IOCTL argument list.
Diffstat (limited to 'shared-core/i915_dma.c')
-rw-r--r--shared-core/i915_dma.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/shared-core/i915_dma.c b/shared-core/i915_dma.c
index 8ef9d8e1..e661269b 100644
--- a/shared-core/i915_dma.c
+++ b/shared-core/i915_dma.c
@@ -195,9 +195,6 @@ static int i915_initialize(drm_device_t * dev,
I915_WRITE(0x02080, dev_priv->dma_status_page);
DRM_DEBUG("Enabled hardware status page\n");
-#ifdef I915_HAVE_FENCE
- dev_priv->saved_flush_status = READ_HWSP(dev_priv, 0);
-#endif
dev->dev_private = (void *)dev_priv;
return 0;