From 9409d8231c3be346ce7148275ce0ee86ec171716 Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Mon, 1 Nov 2004 20:48:49 +0000 Subject: 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 --- shared/via_irq.c | 1 - 1 file changed, 1 deletion(-) (limited to 'shared/via_irq.c') 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); -- cgit v1.2.3