diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-10-01 03:28:10 +0200 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-10-01 03:28:10 +0200 |
commit | e1600646a90f11c7a5874c83bda6f70f789f7f48 (patch) | |
tree | 1ba3ace709edd9bd4246aae0d59b52dc6def18bf /shared-core | |
parent | 75e8f4b5cfdff0bb62ce8439ecf743cd12fc560d (diff) |
nouveau: flip the ctx switch bit on. it seems to be ignored on nv34 but causes nv30 issues.
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/nv20_graph.c | 2 |
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); |