aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm/r128_cce.c
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-11-12 20:56:30 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-11-12 20:56:30 +0000
commit81dc97109d522fc0b1080fe5bdad574790b0661b (patch)
tree1255ca85a955cae45fb9e6254d7546e2e94cb09a /sys/dev/drm/r128_cce.c
parent83453a06dee113058b9ceb81b998ef8b604cd243 (diff)
downloadsrc-81dc97109d522fc0b1080fe5bdad574790b0661b.tar.gz
src-81dc97109d522fc0b1080fe5bdad574790b0661b.zip
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.
Notes
Notes: svn path=/head/; revision=122580
Diffstat (limited to 'sys/dev/drm/r128_cce.c')
-rw-r--r--sys/dev/drm/r128_cce.c2
1 files changed, 1 insertions, 1 deletions
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 ) {