OSDN Git Service

nv05: enable ctx/op methods, and ignore patch valid failures.
authorBen Skeggs <skeggsb@gmail.com>
Fri, 11 Jan 2008 01:51:08 +0000 (12:51 +1100)
committerBen Skeggs <skeggsb@gmail.com>
Fri, 11 Jan 2008 01:51:08 +0000 (12:51 +1100)
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.

shared-core/nv04_graph.c

index 81a6d5c..6caae25 100644 (file)
@@ -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);