summaryrefslogtreecommitdiff
path: root/shared-core/nv20_graph.c
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2007-10-01 03:28:10 +0200
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2007-10-01 03:28:10 +0200
commite1600646a90f11c7a5874c83bda6f70f789f7f48 (patch)
tree1ba3ace709edd9bd4246aae0d59b52dc6def18bf /shared-core/nv20_graph.c
parent75e8f4b5cfdff0bb62ce8439ecf743cd12fc560d (diff)
nouveau: flip the ctx switch bit on. it seems to be ignored on nv34 but causes nv30 issues.
Diffstat (limited to 'shared-core/nv20_graph.c')
-rw-r--r--shared-core/nv20_graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/nv20_graph.c b/shared-core/nv20_graph.c
index 233afd37..8291f214 100644
--- a/shared-core/nv20_graph.c
+++ b/shared-core/nv20_graph.c
@@ -3111,7 +3111,7 @@ int nv30_graph_init(struct drm_device *dev)
NV_WRITE(NV04_PGRAPH_DEBUG_0, 0x00000000);
NV_WRITE(NV04_PGRAPH_DEBUG_1, 0x401287c0);
NV_WRITE(0x400890, 0x01b463ff);
- NV_WRITE(NV04_PGRAPH_DEBUG_3, 0xf3de0471);
+ NV_WRITE(NV04_PGRAPH_DEBUG_3, 0xf3de0475);
NV_WRITE(NV10_PGRAPH_DEBUG_4, 0x00008000);
NV_WRITE(NV04_PGRAPH_LIMIT_VIOL_PIX, 0xf04bdff6);
NV_WRITE(0x400B80, 0x1003d888);