diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2000-02-14 19:56:10 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2000-02-14 19:56:10 +0000 |
commit | 99f656d561292a2c522df81bceaa77ff902890a7 (patch) | |
tree | 3f66bd17645774baa85a7e56cf3683550df26314 /linux-core/i810_dma.c | |
parent | 80e9874631832e62a4952a937d291f0e519d858d (diff) |
Fix state managment bugsi810-20000214-beta2
Diffstat (limited to 'linux-core/i810_dma.c')
-rw-r--r-- | linux-core/i810_dma.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linux-core/i810_dma.c b/linux-core/i810_dma.c index 51cd043c..7b0e4475 100644 --- a/linux-core/i810_dma.c +++ b/linux-core/i810_dma.c @@ -429,10 +429,10 @@ static void i810_dma_dispatch_vertex(drm_device_t *dev, drm_buf_t *buf) int length = buf->used; int i = 0; RING_LOCALS; - - if (I810_VERBOSE) - DRM_DEBUG("dispatch vertex addr 0x%lx, length 0x%x nbox %d\n", - address, length, buf_priv->nbox); + + if (0) + printk("dispatch vertex %d addr 0x%lx, length 0x%x nbox %d\n", + buf->idx, address, length, buf_priv->nbox); sarea_priv->last_dispatch = buf_priv->age; dev_priv->counter++; |