summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-06-18 12:23:41 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-06-18 12:23:41 +0000
commit0fb29156271535f0f76cc6d59dbcda03cd5b79a1 (patch)
treefa41f5b605d280ce0c39a2be26465bd39f6857e1
parentf0b29f9c0490dd2b46d36391ef0593696239e96a (diff)
Typo
-rw-r--r--linux-core/i830_dma.c2
-rw-r--r--linux/i830_dma.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/linux-core/i830_dma.c b/linux-core/i830_dma.c
index 4411e8d7..5c82c9db 100644
--- a/linux-core/i830_dma.c
+++ b/linux-core/i830_dma.c
@@ -1344,7 +1344,7 @@ void i830_dma_quiescent(drm_device_t *dev)
i830_kernel_lost_context(dev);
- BEGIN_LP_RING(2);
+ BEGIN_LP_RING(4);
OUT_RING( INST_PARSER_CLIENT | INST_OP_FLUSH | INST_FLUSH_MAP_CACHE );
OUT_RING( CMD_REPORT_HEAD );
OUT_RING( 0 );
diff --git a/linux/i830_dma.c b/linux/i830_dma.c
index 4411e8d7..5c82c9db 100644
--- a/linux/i830_dma.c
+++ b/linux/i830_dma.c
@@ -1344,7 +1344,7 @@ void i830_dma_quiescent(drm_device_t *dev)
i830_kernel_lost_context(dev);
- BEGIN_LP_RING(2);
+ BEGIN_LP_RING(4);
OUT_RING( INST_PARSER_CLIENT | INST_OP_FLUSH | INST_FLUSH_MAP_CACHE );
OUT_RING( CMD_REPORT_HEAD );
OUT_RING( 0 );