All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v3 0/4] *_fill libraries refactoring part2
@ 2018-05-09 14:21 Katarzyna Dec
  2018-05-09 14:21 ` [igt-dev] [PATCH i-g-t v3 1/4] lib/media_fill: Create common media_fill library for all gens Katarzyna Dec
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Katarzyna Dec @ 2018-05-09 14:21 UTC (permalink / raw)
  To: igt-dev

When I started implementing fillfuncs for future gens, reviewers
suggested to make a wrapper on gen9 functions. Future gens differ
with kernel parameter only. This series is implementing such
wrapper and introduces gen10 functions based on it.
Patches with generic gen9 functions were previously pushed to ML.
I made a series with gen10 to show how this impacts code.

v2, v3: fixed indentations in whole series

Katarzyna Dec (4):
  lib/media_fill: Create common media_fill library for all gens
  lib/media_fill: Add media_fillfunc for Gen10
  lib/gpgpu_fill: Create generic __gen9_gpgpu_fillfunc
  lib/gpgpu_fill: Add gpgpu_fillfunc for Gen10

 lib/Makefile.sources    |   4 +-
 lib/gpgpu_fill.c        |  33 +++++--
 lib/gpgpu_fill.h        |  15 +++
 lib/intel_batchbuffer.c |   8 +-
 lib/media_fill.c        | 239 ++++++++++++++++++++++++++++++++++++++++++++++++
 lib/media_fill.h        |  39 +++++---
 lib/media_fill_gen7.c   |  87 ------------------
 lib/media_fill_gen8.c   |  90 ------------------
 lib/media_fill_gen9.c   |  99 --------------------
 lib/meson.build         |   4 +-
 10 files changed, 316 insertions(+), 302 deletions(-)
 create mode 100644 lib/media_fill.c
 delete mode 100644 lib/media_fill_gen7.c
 delete mode 100644 lib/media_fill_gen8.c
 delete mode 100644 lib/media_fill_gen9.c

-- 
2.14.3

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2018-05-10 12:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-09 14:21 [igt-dev] [PATCH i-g-t v3 0/4] *_fill libraries refactoring part2 Katarzyna Dec
2018-05-09 14:21 ` [igt-dev] [PATCH i-g-t v3 1/4] lib/media_fill: Create common media_fill library for all gens Katarzyna Dec
2018-05-09 21:16   ` Daniele Ceraolo Spurio
2018-05-10 12:45     ` Katarzyna Dec
2018-05-09 14:21 ` [igt-dev] [PATCH i-g-t v3 2/4] lib/media_fill: Add media_fillfunc for Gen10 Katarzyna Dec
2018-05-09 21:20   ` Daniele Ceraolo Spurio
2018-05-10 12:57     ` Katarzyna Dec
2018-05-09 14:21 ` [igt-dev] [PATCH i-g-t v3 3/4] lib/gpgpu_fill: Create generic __gen9_gpgpu_fillfunc Katarzyna Dec
2018-05-09 21:21   ` Daniele Ceraolo Spurio
2018-05-10 12:43     ` Katarzyna Dec
2018-05-09 14:21 ` [igt-dev] [PATCH i-g-t v3 4/4] lib/gpgpu_fill: Add gpgpu_fillfunc for Gen10 Katarzyna Dec
2018-05-09 15:37 ` [igt-dev] ✓ Fi.CI.BAT: success for *_fill libraries refactoring part2 (rev4) Patchwork
2018-05-09 18:33 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

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.