mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-28 20:20:14 +01:00
nouveau: opps restored the wrong channel
This commit is contained in:
parent
f04347f371
commit
06cd155595
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ void nouveau_nv20_context_switch(drm_device_t *dev)
|
|||
|
||||
NV_WRITE(NV_PGRAPH_CTX_CONTROL, 0x10000000);
|
||||
|
||||
nv20_graph_context_restore(dev, channel_old);
|
||||
nv20_graph_context_restore(dev, channel);
|
||||
|
||||
nouveau_wait_for_idle(dev);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue