From 81dc97109d522fc0b1080fe5bdad574790b0661b Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 12 Nov 2003 20:56:30 +0000 Subject: Update from DRI CVS. Includes locking fixes (including PR 59202), changes for Radeon IGP support (still lacking PCI IDs), and DRM interface 1.2 updates which include finally tying the DRM instances to specific devices rather than relying on the X Server. --- sys/dev/drm/r128_cce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/drm/r128_cce.c') diff --git a/sys/dev/drm/r128_cce.c b/sys/dev/drm/r128_cce.c index 87c4d811a0aa..39b37a8654d7 100644 --- a/sys/dev/drm/r128_cce.c +++ b/sys/dev/drm/r128_cce.c @@ -601,7 +601,7 @@ int r128_do_cleanup_cce( drm_device_t *dev ) * may not have been called from userspace and after dev_private * is freed, it's too late. */ - if ( dev->irq ) DRM(irq_uninstall)(dev); + if ( dev->irq_enabled ) DRM(irq_uninstall)(dev); #endif if ( dev->dev_private ) { -- cgit v1.2.3