summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjhartmann <jhartmann>2000-02-07 00:41:57 +0000
committerjhartmann <jhartmann>2000-02-07 00:41:57 +0000
commit9738b9128ca4bf95ab25a828398c42b2d7965b12 (patch)
treed19442c4071122de7a58017a924c20e619e94cb1
parent2fa2362132ac9148aa088604d248cdd778486836 (diff)
Missed an #if 0
-rw-r--r--xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/mga_dma.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/mga_dma.c b/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/mga_dma.c
index 1dccc4b64..86d6d7078 100644
--- a/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/mga_dma.c
+++ b/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/mga_dma.c
@@ -440,11 +440,9 @@ static inline void mga_dma_quiescent(drm_device_t *dev)
atomic_dec(&dev_priv->dispatch_lock);
}
}
-#if 0
while((MGA_READ(MGAREG_STATUS) & 0x00020001) != 0x00020000) ;
MGA_WRITE(MGAREG_DWGSYNC, MGA_SYNC_TAG);
while(MGA_READ(MGAREG_DWGSYNC) != MGA_SYNC_TAG) ;
-#endif
atomic_dec(&dev_priv->dispatch_lock);
}