diff options
author | Ben Skeggs <skeggsb@gmail.com> | 2008-01-11 12:51:08 +1100 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-01-11 12:51:08 +1100 |
commit | f0b7c45653b510693821ad68a20a3820c29195ef (patch) | |
tree | fda31482b1c6c843fa0886be97dfd75120d43472 | |
parent | 5f15f317fb304f6a2321c033d401f603b365f2d0 (diff) |
nv05: enable ctx/op methods, and ignore patch valid failures.
Yes, I'm quite aware "real" nv04 doesn't support this, hopefully the GPU
will just ignore those PGRAPH_DEBUG_3 bits on that hw.
-rw-r--r-- | shared-core/nv04_graph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/nv04_graph.c b/shared-core/nv04_graph.c index 81a6d5c8..6caae257 100644 --- a/shared-core/nv04_graph.c +++ b/shared-core/nv04_graph.c @@ -497,7 +497,7 @@ int nv04_graph_init(struct drm_device *dev) { /*haiku same*/ /*NV_WRITE(NV04_PGRAPH_DEBUG_3, 0xfad4ff31);*/ - NV_WRITE(NV04_PGRAPH_DEBUG_3, 0x10d4ff31); + NV_WRITE(NV04_PGRAPH_DEBUG_3, 0xf0d4ff31); /*haiku and blob 10d4*/ NV_WRITE(NV04_PGRAPH_STATE , 0xFFFFFFFF); |