mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-26 08:50:11 +01:00
nouveau: NV30 should never call nouveau_nv20_context_switch().
This commit is contained in:
parent
fb3ed99fb1
commit
a45fce7712
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue