nouveau: NV30 should never call nouveau_nv20_context_switch().

This commit is contained in:
Pekka Paalanen 2007-09-29 21:07:46 +03:00
parent fb3ed99fb1
commit a45fce7712

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: