All of lore.kernel.org
 help / color / mirror / Atom feed
From: Katarzyna Dec <katarzyna.dec@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t v4 0/2] *_fill libraries refactoring part2
Date: Thu, 10 May 2018 15:50:03 +0200	[thread overview]
Message-ID: <20180510135005.24417-1-katarzyna.dec@intel.com> (raw)

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
wrappers. This wrappers will be used in later gens. Implementation
for gen10 does not differ from gen9.

v2, v3: fixed indentations in whole series
v4: After comments on review - I've removed gen10 patches. I added missing
copyright headers to new media_fill library. I made __gen9_* functions
static.

Katarzyna Dec (2):
  lib/media_fill: Create common media_fill library for all gens
  lib/gpgpu_fill: Create generic __gen9_gpgpu_fillfunc

 lib/Makefile.sources  |   4 +-
 lib/gpgpu_fill.c      |  25 ++++--
 lib/media_fill.c      | 237 ++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/media_fill.h      |  48 +++++++---
 lib/media_fill_gen7.c |  87 ------------------
 lib/media_fill_gen8.c |  90 -------------------
 lib/media_fill_gen9.c |  99 ---------------------
 lib/meson.build       |   4 +-
 8 files changed, 293 insertions(+), 301 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

             reply	other threads:[~2018-05-10 13:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-10 13:50 Katarzyna Dec [this message]
2018-05-10 13:50 ` [igt-dev] [PATCH i-g-t v4 1/2] lib/media_fill: Create common media_fill library for all gens Katarzyna Dec
2018-05-10 13:50 ` [igt-dev] [PATCH i-g-t v4 2/2] lib/gpgpu_fill: Create generic __gen9_gpgpu_fillfunc Katarzyna Dec
2018-05-10 14:22 ` [igt-dev] ✓ Fi.CI.BAT: success for *_fill libraries refactoring part2 (rev5) Patchwork
2018-05-10 15:17 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180510135005.24417-1-katarzyna.dec@intel.com \
    --to=katarzyna.dec@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.