diff options
author | Thomas Hellstrom <unichrome@shipmail.org> | 2004-11-01 20:48:49 +0000 |
---|---|---|
committer | Thomas Hellstrom <unichrome@shipmail.org> | 2004-11-01 20:48:49 +0000 |
commit | 9409d8231c3be346ce7148275ce0ee86ec171716 (patch) | |
tree | 47e66a3bee46f6ea1f3db428d8a3fd35b137b058 /shared/via_irq.c | |
parent | 08758b2fb76bc4e862f25d0164ae9f523d2dec20 (diff) |
Reworked the jump-code in via_dma.c. The command regulator now seems to
pause correctly after a jump. Removed the debug message from within the
interrupt handler of via_irq.c
Diffstat (limited to 'shared/via_irq.c')
-rw-r--r-- | shared/via_irq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/via_irq.c b/shared/via_irq.c index f9384f20..da3c1414 100644 --- a/shared/via_irq.c +++ b/shared/via_irq.c @@ -54,7 +54,6 @@ irqreturn_t via_driver_irq_handler(DRM_IRQ_ARGS) int handled = 0; status = VIA_READ(VIA_REG_INTERRUPT); - DRM_DEBUG("viadrv_irq_handler Status: %x\n", status); if (status & VIA_IRQ_VBI_PENDING) { atomic_inc(&dev->vbl_received); DRM_WAKEUP(&dev->vbl_queue); |