public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v5 0/2] Add device selection methods
@ 2019-08-23  7:03 Zbigniew Kempczyński
  2019-08-23  7:03 ` [igt-dev] [PATCH i-g-t v5 1/2] Introduce device selection API Zbigniew Kempczyński
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Zbigniew Kempczyński @ 2019-08-23  7:03 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.

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.

v5: Adding .igtrc support. Fixing code according to review comments.
    Lsgpu device selection order now uses same search strategy
    like IGT core. It uses --device / IGT_DEVICE and .igtrc 
    order accordingly to verify tests device selection works as expected.

Zbigniew Kempczyński (2):
  Introduce device selection API
  Add device selection for IGT

 docs/chamelium.txt                            |    3 +
 .../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                                |   34 +
 lib/igt_device_scan.c                         | 1380 +++++++++++++++++
 lib/igt_device_scan.h                         |   74 +
 lib/meson.build                               |    1 +
 tools/Makefile.sources                        |    1 +
 tools/lsgpu.c                                 |  261 ++++
 tools/meson.build                             |    1 +
 12 files changed, 1953 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

_______________________________________________
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-09-03 12:25 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-23  7:03 [igt-dev] [PATCH i-g-t v5 0/2] Add device selection methods Zbigniew Kempczyński
2019-08-23  7:03 ` [igt-dev] [PATCH i-g-t v5 1/2] Introduce device selection API Zbigniew Kempczyński
2019-08-28  6:10   ` Katarzyna Dec
2019-08-28  8:23     ` Kempczynski, Zbigniew
2019-08-28  9:00       ` Katarzyna Dec
2019-09-03  6:04   ` Arkadiusz Hiler
2019-08-23  7:03 ` [igt-dev] [PATCH i-g-t v5 2/2] Add device selection for IGT Zbigniew Kempczyński
2019-08-28  6:18   ` Katarzyna Dec
2019-08-28  8:28     ` Kempczynski, Zbigniew
2019-08-28  8:48       ` Katarzyna Dec
2019-09-03  6:05         ` Arkadiusz Hiler
2019-09-03  6:51   ` Arkadiusz Hiler
2019-09-03 12:23     ` Kempczynski, Zbigniew
2019-08-23  9:05 ` [igt-dev] ✓ Fi.CI.BAT: success for Add device selection methods (rev5) Patchwork
2019-08-24  2:39 ` [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