Re: [Intel-gfx] [PATCH 0/2] GuC logger redesign

2017-04-27 Thread ch...@chris-wilson.co.uk
On Thu, Apr 27, 2017 at 09:22:11AM +, Olinski, Krzysztof E wrote: > On Thu, 2017-04-27 at 10:05 +0100, Chris Wilson wrote: > > On Thu, Apr 27, 2017 at 10:59:18AM +0200, Krzysztof E. Olinski wrote: > > > GuC logger implementation simplified and moved to a library > > > (GuCLAW). > > > Adds simpl

Re: [Intel-gfx] [PATCH 0/2] GuC logger redesign

2017-04-27 Thread Olinski, Krzysztof E
On Thu, 2017-04-27 at 10:05 +0100, Chris Wilson wrote: > On Thu, Apr 27, 2017 at 10:59:18AM +0200, Krzysztof E. Olinski wrote: > > GuC logger implementation simplified and moved to a library > > (GuCLAW). > > Adds simple buffering utility for logging routine (BUC). > > Bigger question, why? What d

Re: [Intel-gfx] [PATCH 0/2] GuC logger redesign

2017-04-27 Thread Chris Wilson
On Thu, Apr 27, 2017 at 10:59:18AM +0200, Krzysztof E. Olinski wrote: > GuC logger implementation simplified and moved to a library (GuCLAW). > Adds simple buffering utility for logging routine (BUC). Bigger question, why? What designs goals do you want to achieve? -Chris -- Chris Wilson, Intel

[Intel-gfx] [PATCH 0/2] GuC logger redesign

2017-04-27 Thread Krzysztof E. Olinski
GuC logger implementation simplified and moved to a library (GuCLAW). Adds simple buffering utility for logging routine (BUC). Krzysztof E. Olinski (2): A lockless Buffering Utility for Concurrency Simplification of guc logger design lib/Makefile.sources | 4 + lib/buc.c