summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnoland <rnoland@FreeBSD.org>2009-03-16 19:09:59 +0000
committerrnoland <rnoland@FreeBSD.org>2009-03-16 19:09:59 +0000
commit8e5cd6f1a07ef1c86038c34e92f01c71a4e5b3c5 (patch)
tree504b791618dcc1a34b9ce0ce059fcfe26a6a460e
parentcd56ced92d2ebebae6fb6c6d459a3ac28c9f9b4e (diff)
downloadFreeBSD-src-8e5cd6f1a07ef1c86038c34e92f01c71a4e5b3c5.zip
FreeBSD-src-8e5cd6f1a07ef1c86038c34e92f01c71a4e5b3c5.tar.gz
Use the right MSI_REARM for RS600.
MFC after: 3 days
-rw-r--r--sys/dev/drm/radeon_irq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/drm/radeon_irq.c b/sys/dev/drm/radeon_irq.c
index 58b957d..abe0ae3 100644
--- a/sys/dev/drm/radeon_irq.c
+++ b/sys/dev/drm/radeon_irq.c
@@ -229,6 +229,7 @@ irqreturn_t radeon_driver_irq_handler(DRM_IRQ_ARGS)
RADEON_WRITE(RADEON_AIC_CNTL,
tmp | RS400_MSI_REARM);
break;
+ case CHIP_RS600:
case CHIP_RS690:
case CHIP_RS740:
tmp = RADEON_READ(RADEON_BUS_CNTL) &
OpenPOWER on IntegriCloud