[Nouveau] [Bug 14010] TNT2 generate too much noise in logs

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jan 10 17:49:06 PST 2008


http://bugs.freedesktop.org/show_bug.cgi?id=14010





------- Comment #4 from randrik at mail.ru  2008-01-10 17:49 PST -------
simple fix from Ben Skeggs, works really well:

diff --git a/shared-core/nv04_graph.c b/shared-core/nv04_graph.c
index 81a6d5c..50ecc74 100644
--- a/shared-core/nv04_graph.c
+++ b/shared-core/nv04_graph.c
@@ -497,7 +497,8 @@ int nv04_graph_init(struct drm_device *d
        /*haiku same*/

        /*NV_WRITE(NV04_PGRAPH_DEBUG_3, 0xfad4ff31);*/
-       NV_WRITE(NV04_PGRAPH_DEBUG_3, 0x10d4ff31);
+       // NV_WRITE(NV04_PGRAPH_DEBUG_3, 0x10d4ff31);
+       NV_WRITE(NV04_PGRAPH_DEBUG_3, 0xf0d4ff31); 
        /*haiku and blob 10d4*/


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Nouveau mailing list