public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [RFC PATCH 0/4] Basic LMEM support in IGT
@ 2019-08-14 10:21 Lukasz Kalamarz
  2019-08-14 10:21 ` [igt-dev] [RFC PATCH 1/4] lib/i915/gem_mman: add mmap_offset support Lukasz Kalamarz
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Lukasz Kalamarz @ 2019-08-14 10:21 UTC (permalink / raw)
  To: igt-dev

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

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

end of thread, other threads:[~2019-10-22 12:12 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-14 10:21 [igt-dev] [RFC PATCH 0/4] Basic LMEM support in IGT Lukasz Kalamarz
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox