nouveau: NV30 should never call nouveau_nv20_context_switch().

main
Pekka Paalanen 2007-09-29 21:07:46 +03:00
parent fb3ed99fb1
commit a45fce7712
1 changed files with 0 additions and 1 deletions

View File

@ -364,7 +364,6 @@ static void nouveau_pgraph_irq_handler(struct drm_device *dev)
nouveau_nv10_context_switch(dev);
break;
case NV_20:
case NV_30:
nouveau_nv20_context_switch(dev);
break;
default: