All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] GuC logger redesign
@ 2017-04-27  8:59 Krzysztof E. Olinski
  2017-04-27  8:59 ` [PATCH 1/2] A lockless Buffering Utility for Concurrency Krzysztof E. Olinski
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Krzysztof E. Olinski @ 2017-04-27  8:59 UTC (permalink / raw)
  To: intel-gfx

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                | 208 +++++++++++++++++++++
 lib/buc.h                | 242 ++++++++++++++++++++++++
 lib/igt_guclaw.c         | 272 +++++++++++++++++++++++++++
 lib/igt_guclaw.h         |  81 +++++++++
 tools/intel_guc_logger.c | 465 +++++++++--------------------------------------
 6 files changed, 893 insertions(+), 379 deletions(-)
 mode change 100644 => 100755 lib/Makefile.sources
 create mode 100755 lib/buc.c
 create mode 100755 lib/buc.h
 create mode 100755 lib/igt_guclaw.c
 create mode 100755 lib/igt_guclaw.h
 mode change 100644 => 100755 tools/intel_guc_logger.c

-- 
2.9.3

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-04-27  9:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-27  8:59 [PATCH 0/2] GuC logger redesign Krzysztof E. Olinski
2017-04-27  8:59 ` [PATCH 1/2] A lockless Buffering Utility for Concurrency Krzysztof E. Olinski
2017-04-27  8:59 ` [PATCH 2/2] Simplification of guc logger design Krzysztof E. Olinski
2017-04-27  9:05 ` [PATCH 0/2] GuC logger redesign Chris Wilson
2017-04-27  9:22   ` Olinski, Krzysztof E
2017-04-27  9:53     ` chris

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.