http://bugs.freedesktop.org/show_bug.cgi?id=24820
--- Comment #28 from Francisco Jerez <[email protected]> 2009-11-28 07:54:07 PST --- (In reply to comment #27) > (In reply to comment #26) > > It seems your FIFOs are underflowing because of some unknown source of > > latency. > > If you have applied the patch series I sent to the mailing list, > > nouveau_calc.c:191 will read: > > > > > fifo->lwm = min_lwm + 5 * (max_lwm - min_lwm) / 100; /* > > > Empirical. */ > > > > That "5" is enough for all the cards I have, but you'll need a higher value, > > probably something within [5,40] (don't bother to find a very accurate lower > > bound, a +/-5 estimate would be fine). > > > > "10" works for me... > > Thanks again for your work and patience... > Pushed, thanks! -- 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
