summaryrefslogtreecommitdiff
path: root/shared-core/via_irq.c
diff options
context:
space:
mode:
authorThomas Hellstrom <unichrome@shipmail.org>2004-11-01 20:48:49 +0000
committerThomas Hellstrom <unichrome@shipmail.org>2004-11-01 20:48:49 +0000
commit9409d8231c3be346ce7148275ce0ee86ec171716 (patch)
tree47e66a3bee46f6ea1f3db428d8a3fd35b137b058 /shared-core/via_irq.c
parent08758b2fb76bc4e862f25d0164ae9f523d2dec20 (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-core/via_irq.c')
-rw-r--r--shared-core/via_irq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-core/via_irq.c b/shared-core/via_irq.c
index f2cd79df..3d54edc2 100644
--- a/shared-core/via_irq.c
+++ b/shared-core/via_irq.c
@@ -53,7 +53,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);