Re: [Mesa-dev] [PATCH] nouveau: avoid queueing too much work onto a single fence

2015-11-05 Thread Jan Vesely
On Fri, 2015-11-06 at 00:46 -0500, Ilia Mirkin wrote: > Force the fence to get kicked off, which won't actually wait for its > completion, but any additional work will be put onto a fresh list. > > This fixes crashes in teximage-colors --benchmark with too many > active > maps. > >

Re: [Mesa-dev] [PATCH] nouveau: avoid queueing too much work onto a single fence

2015-11-05 Thread Ilia Mirkin
On Fri, Nov 6, 2015 at 1:27 AM, Jan Vesely wrote: > On Fri, 2015-11-06 at 00:46 -0500, Ilia Mirkin wrote: >> Force the fence to get kicked off, which won't actually wait for its >> completion, but any additional work will be put onto a fresh list. >> >> This fixes crashes

[Mesa-dev] [PATCH] nouveau: avoid queueing too much work onto a single fence

2015-11-05 Thread Ilia Mirkin
Force the fence to get kicked off, which won't actually wait for its completion, but any additional work will be put onto a fresh list. This fixes crashes in teximage-colors --benchmark with too many active maps. Signed-off-by: Ilia Mirkin ---