public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v2 0/1] Add device selection methods
@ 2019-07-19  9:50 Zbigniew Kempczyński
  2019-07-19  9:50 ` [igt-dev] [PATCH i-g-t v2 1/1] Introduce new method of device selection Zbigniew Kempczyński
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Zbigniew Kempczyński @ 2019-07-19  9:50 UTC (permalink / raw)
  To: igt-dev

v2: In this series I've removed module management and hand device classes
    filtering (udev filters are now used in this case). Lsgpu was
    simplified (some options were unreadable and they were removed).
    Still migration to gtkdoc is necessary which will be made in v3.

Zbigniew Kempczyński (1):
  Introduce new method of device selection

 docs/multi-device-selection.txt |  108 +++
 lib/Makefile.sources            |    2 +
 lib/drmtest.c                   |  151 ++++-
 lib/drmtest.h                   |    9 +
 lib/igt_core.c                  |   13 +
 lib/igt_device_scan.c           | 1084 +++++++++++++++++++++++++++++++
 lib/igt_device_scan.h           |   82 +++
 lib/meson.build                 |    1 +
 tools/Makefile.sources          |    1 +
 tools/lsgpu.c                   |  221 +++++++
 tools/meson.build               |    1 +
 11 files changed, 1671 insertions(+), 2 deletions(-)
 create mode 100644 docs/multi-device-selection.txt
 create mode 100644 lib/igt_device_scan.c
 create mode 100644 lib/igt_device_scan.h
 create mode 100644 tools/lsgpu.c

-- 
2.21.0

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

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

end of thread, other threads:[~2019-07-19 12:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-19  9:50 [igt-dev] [PATCH i-g-t v2 0/1] Add device selection methods Zbigniew Kempczyński
2019-07-19  9:50 ` [igt-dev] [PATCH i-g-t v2 1/1] Introduce new method of device selection Zbigniew Kempczyński
2019-07-19 11:05 ` [igt-dev] ✓ Fi.CI.BAT: success for Add device selection methods (rev2) Patchwork
2019-07-19 12:09 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

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