summaryrefslogtreecommitdiff
path: root/shared-core/nouveau_irq.c
diff options
context:
space:
mode:
authorMatthieu Castet <mat@mat-pc.(none)>2007-01-13 23:19:41 +0100
committerMatthieu Castet <mat@mat-pc.(none)>2007-01-13 23:19:41 +0100
commitf04347f371c6c9c3a47550c6b7d26b7bd5629c85 (patch)
tree29f7425600add81fbffceecb1d6787b7f224cd65 /shared-core/nouveau_irq.c
parentcd5f543b2f3d6dd4c45f676c6fb9848b4d8a1c33 (diff)
nouveau: nv20 graph ctx switch.
Untested...
Diffstat (limited to 'shared-core/nouveau_irq.c')
-rw-r--r--shared-core/nouveau_irq.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared-core/nouveau_irq.c b/shared-core/nouveau_irq.c
index 638b094b..a92b8168 100644
--- a/shared-core/nouveau_irq.c
+++ b/shared-core/nouveau_irq.c
@@ -329,6 +329,9 @@ static void nouveau_pgraph_irq_handler(drm_device_t *dev)
case NV_10:
nouveau_nv10_context_switch(dev);
break;
+ case NV_20:
+ nouveau_nv20_context_switch(dev);
+ break;
default:
DRM_INFO("NV: Context switch not implemented\n");
break;