diff options
author | Matthieu Castet <castet.matthieu@free.fr> | 2007-04-01 14:21:29 +0200 |
---|---|---|
committer | Matthieu Castet <castet.matthieu@free.fr> | 2007-04-01 14:21:29 +0200 |
commit | 25cedcf76fae45f8a1a63ccb6b4bc5746b7d1587 (patch) | |
tree | 9ceceb9c1a098844536a90da49e00f4c76398409 | |
parent | 223061e0846a95d4a3dba84b36afb2cef313bae9 (diff) |
nouveau : nv10 ctx switch fix
restoring NV10_PGRAPH_CTX_SWITCH1 now works
-rw-r--r-- | shared-core/nv10_graph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/nv10_graph.c b/shared-core/nv10_graph.c index bf36136d..db2757d7 100644 --- a/shared-core/nv10_graph.c +++ b/shared-core/nv10_graph.c @@ -186,7 +186,7 @@ static void nv10_praph_pipe(drm_device_t *dev) { static int nv10_graph_ctx_regs [] = { NV03_PGRAPH_XY_LOGIC_MISC0, -//NV10_PGRAPH_CTX_SWITCH1, make ctx switch crash +NV10_PGRAPH_CTX_SWITCH1, NV10_PGRAPH_CTX_SWITCH2, NV10_PGRAPH_CTX_SWITCH3, NV10_PGRAPH_CTX_SWITCH4, |