[igt-dev] [PATCH i-g-t v4 0/2] Add device selection methods
Zbigniew Kempczyński
zbigniew.kempczynski at intel.com
Mon Aug 12 08:47:16 UTC 2019
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.
v3: Change device scanning to drm subsystem with getting parent
according to Daniel Vetter suggestion. Splitting to two patches
and adding gtk-doc documentation.
v4: Extending and fixing documentation. Adding reviewers forgotten
in v3.
Zbigniew Kempczyński (2):
Introduce multi-device selection API
Add multi-device selection for IGT
.../igt-gpu-tools/igt-gpu-tools-docs.xml | 1 +
lib/Makefile.sources | 2 +
lib/drmtest.c | 188 ++-
lib/drmtest.h | 9 +
lib/igt_core.c | 13 +
lib/igt_device_scan.c | 1318 +++++++++++++++++
lib/igt_device_scan.h | 69 +
lib/meson.build | 1 +
tools/Makefile.sources | 1 +
tools/lsgpu.c | 183 +++
tools/meson.build | 1 +
11 files changed, 1784 insertions(+), 2 deletions(-)
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
More information about the igt-dev
mailing list