public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: "Zbigniew Kempczyński" <zbigniew.kempczynski@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t v4 0/2] Add device selection methods
Date: Mon, 12 Aug 2019 10:47:16 +0200	[thread overview]
Message-ID: <20190812084718.9999-1-zbigniew.kempczynski@intel.com> (raw)

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

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

             reply	other threads:[~2019-08-12  8:47 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-12  8:47 Zbigniew Kempczyński [this message]
2019-08-12  8:47 ` [igt-dev] [PATCH i-g-t v4 1/2] Introduce multi-device selection API Zbigniew Kempczyński
2019-08-21  8:09   ` Arkadiusz Hiler
2019-08-21 11:01     ` Zbigniew Kempczyński
2019-08-21 11:04   ` Katarzyna Dec
2019-08-21 11:58     ` Katarzyna Dec
2019-08-22  7:23     ` Zbigniew Kempczyński
2019-08-12  8:47 ` [igt-dev] [PATCH i-g-t v4 2/2] Add multi-device selection for IGT Zbigniew Kempczyński
2019-08-21  7:56   ` Arkadiusz Hiler
2019-08-21 10:42     ` Zbigniew Kempczyński
2019-08-21 12:08   ` Katarzyna Dec
2019-08-12 10:52 ` [igt-dev] ✓ Fi.CI.BAT: success for Add device selection methods (rev4) Patchwork
2019-08-12 13:29 ` [igt-dev] ✗ Fi.CI.IGT: failure " 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=20190812084718.9999-1-zbigniew.kempczynski@intel.com \
    --to=zbigniew.kempczynski@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