From fffd429f130bdf80ca2848cffd6181a42663611c Mon Sep 17 00:00:00 2001 From: anholt Date: Fri, 24 Oct 2003 01:48:17 +0000 Subject: Update to latest from DRI CVS. Primary new feature is mostly-complete smpng locking, and the apparently unnecessary locking for -stable has been removed. This may fix issues with missed interrupts since April, which manifested themselves as slowdowns or hangs in radeon, in particular. Many cleanups also took place. In the shared code, there are improvements to r128 driver stability. --- sys/dev/drm/mga_irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/drm/mga_irq.c') diff --git a/sys/dev/drm/mga_irq.c b/sys/dev/drm/mga_irq.c index 1f8f2c8..1c9a93f 100644 --- a/sys/dev/drm/mga_irq.c +++ b/sys/dev/drm/mga_irq.c @@ -38,7 +38,7 @@ #include "dev/drm/mga_drm.h" #include "dev/drm/mga_drv.h" -irqreturn_t mga_dma_service( DRM_IRQ_ARGS ) +irqreturn_t mga_irq_handler( DRM_IRQ_ARGS ) { drm_device_t *dev = (drm_device_t *) arg; drm_mga_private_t *dev_priv = -- cgit v1.1