aboutsummaryrefslogtreecommitdiff
path: root/shared-core/nouveau_irq.c
diff options
context:
space:
mode:
authorPatrice Mandin <patrice@manoir.racoon.city>2007-07-14 18:32:11 +0200
committerPatrice Mandin <patrice@manoir.racoon.city>2007-07-14 18:32:11 +0200
commitbc7d6c76fab2ff4d2f11b6bd84ca8b8f124729fd (patch)
treec7459855fe51e7fd368cfac854f05203d9719fbb /shared-core/nouveau_irq.c
parentaa6d9199fa7b0cbe04a936312db7be75bb53bdc8 (diff)
nouveau: nv10 and nv11/15 are different
Diffstat (limited to 'shared-core/nouveau_irq.c')
-rw-r--r--shared-core/nouveau_irq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/nouveau_irq.c b/shared-core/nouveau_irq.c
index 451262a1..84319219 100644
--- a/shared-core/nouveau_irq.c
+++ b/shared-core/nouveau_irq.c
@@ -355,6 +355,7 @@ static void nouveau_pgraph_irq_handler(struct drm_device *dev)
nouveau_nv04_context_switch(dev);
break;
case NV_10:
+ case NV_11:
case NV_17:
nouveau_nv10_context_switch(dev);
break;