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.main
parent
5f15f317fb
commit
f0b7c45653
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue