public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Lukasz Kalamarz <lukasz.kalamarz@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [RFC PATCH 0/4] Basic LMEM support in IGT
Date: Wed, 14 Aug 2019 12:21:36 +0200	[thread overview]
Message-ID: <20190814102140.3275-1-lukasz.kalamarz@intel.com> (raw)

With ongoing effort to enable LMEM in i915 we need to be sure, that
IGTs are going in par with those changes. This patch series introduce
basic test coverage of new API's intoruduced in kernel series.

Lukasz Kalamarz (4):
  lib/i915/gem_mman: add mmap_offset support
  lib/i915/intel_memory_region: Add lib to manage memory regions
  tests/i915/gem_mmap_offset: Add new API test for gem_mmap_offset
  tests/i915/gem_exec_basic: Iterate over all memory regions

 lib/Makefile.sources           |   2 +
 lib/i915/gem_mman.c            | 188 +++++++++++++++++++++++++++----
 lib/i915/gem_mman.h            |  37 ++++++-
 lib/i915/intel_memory_region.c | 164 +++++++++++++++++++++++++++
 lib/i915/intel_memory_region.h | 112 +++++++++++++++++++
 lib/ioctl_wrappers.h           |   1 +
 lib/meson.build                |   1 +
 tests/Makefile.sources         |   3 +
 tests/i915/gem_exec_basic.c    | 138 ++++++++++++++++++-----
 tests/i915/gem_mmap_offset.c   | 197 +++++++++++++++++++++++++++++++++
 tests/meson.build              |   1 +
 11 files changed, 794 insertions(+), 50 deletions(-)
 create mode 100644 lib/i915/intel_memory_region.c
 create mode 100644 lib/i915/intel_memory_region.h
 create mode 100644 tests/i915/gem_mmap_offset.c

-- 
2.20.1

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

             reply	other threads:[~2019-08-14 10:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-14 10:21 Lukasz Kalamarz [this message]
2019-08-14 10:21 ` [igt-dev] [RFC PATCH 1/4] lib/i915/gem_mman: add mmap_offset support Lukasz Kalamarz
2019-08-14 10:28   ` Chris Wilson
2019-10-22  6:42     ` Kempczynski, Zbigniew
2019-10-22 12:11       ` Chris Wilson
2019-08-14 13:19   ` Joonas Lahtinen
2019-08-14 13:58     ` Chris Wilson
2019-08-14 10:21 ` [igt-dev] [RFC PATCH 2/4] lib/i915/intel_memory_region: Add lib to manage memory regions Lukasz Kalamarz
2019-08-14 10:31   ` Chris Wilson
2019-08-14 12:46     ` Joonas Lahtinen
2019-08-14 13:45       ` Joonas Lahtinen
2019-10-22  6:38   ` Kempczynski, Zbigniew
2019-08-14 10:21 ` [igt-dev] [RFC PATCH 3/4] tests/i915/gem_mmap_offset: Add new API test for gem_mmap_offset Lukasz Kalamarz
2019-08-14 10:21 ` [igt-dev] [RFC PATCH 4/4] tests/i915/gem_exec_basic: Iterate over all memory regions Lukasz Kalamarz
2019-08-14 12:05 ` [igt-dev] ✗ Fi.CI.BAT: failure for Basic LMEM support in IGT 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=20190814102140.3275-1-lukasz.kalamarz@intel.com \
    --to=lukasz.kalamarz@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox