http://bugs.freedesktop.org/show_bug.cgi?id=23198
--- Comment #4 from Marcin KoĆcielnicki <[email protected]> 2010-01-31 14:39:46 PST --- Try applying http://0x04.net/~mwk/gen.diff This is known issue... the card is using only 1/8 of its execution resources because of misextracted initialization values on G86. It'll be fixed for good when the ctxprog/ctxvals generator [above] is finished for all cards. If the generator doesn't work for you, add the following lines to src/nv50_accel.c in DDX after "OUT_RING (chan, NV50TCL_COND_MODE_ALWAYS);": BEGIN_RING(chan, tesla, NV50TCL_WARP_HALVES, 1); OUT_RING(chan, 2); BEGIN_RING(chan, tesla, 0x1400, 1); OUT_RING(chan, 0xf); Either way, please report which of these work for you. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
