From: James Shargo <jshargo@chromium.org>
To: Development mailing list for IGT GPU Tools
<igt-dev@lists.freedesktop.org>
Subject: [igt-dev] [PATCH i-g-t 0/3] Add tests and support for VKMS's new ConfigFS features
Date: Fri, 23 Jun 2023 19:09:51 -0400 [thread overview]
Message-ID: <20230623230954.115437-1-jshargo@chromium.org> (raw)
From: Jim Shargo <jshargo@chromium.org>
These changes include new library functionality for working with mount
points and the creation of ConfigFS-based devices.
The ConfigFS functionality is currently under review. You can take a
look at the patches here:
https://gitlab.freedesktop.org/jshargo/compositor-kernel-explorations/-/merge_requests/4/commits
Thanks for taking a look! I'm still new to IGT, so please look with
extra care. I am excited to be contributing :).
Jim Shargo (3):
lib/drmtest: Add VKMS as a known driver type
lib/igt_aux: Make "is_mountpoint" public ("igt_is_mountpoint")
tests/vkms: Adds VKMS tests and library functions to support them
lib/drmtest.c | 26 +++
lib/drmtest.h | 7 +-
lib/igt.h | 2 +
lib/igt_aux.c | 25 +++
lib/igt_aux.h | 2 +
lib/igt_configfs.c | 105 +++++++++++
lib/igt_configfs.h | 35 ++++
lib/igt_debugfs.c | 29 +--
lib/igt_vkms.c | 362 +++++++++++++++++++++++++++++++++++++
lib/igt_vkms.h | 58 ++++++
lib/meson.build | 2 +
tests/meson.build | 13 ++
tests/vkms/vkms_configfs.c | 189 +++++++++++++++++++
13 files changed, 827 insertions(+), 28 deletions(-)
create mode 100644 lib/igt_configfs.c
create mode 100644 lib/igt_configfs.h
create mode 100644 lib/igt_vkms.c
create mode 100644 lib/igt_vkms.h
create mode 100644 tests/vkms/vkms_configfs.c
--
2.41.0.162.gfafddb0af9-goog
next reply other threads:[~2023-06-23 23:10 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-23 23:09 James Shargo [this message]
2023-06-23 23:09 ` [igt-dev] [PATCH i-g-t 1/3] lib/drmtest: Add VKMS as a known driver type James Shargo
2023-06-28 18:50 ` Kamil Konieczny
2023-06-23 23:09 ` [igt-dev] [PATCH i-g-t 2/3] lib/igt_aux: Make "is_mountpoint" public ("igt_is_mountpoint") James Shargo
2023-06-28 18:57 ` Kamil Konieczny
2023-06-23 23:09 ` [igt-dev] [PATCH i-g-t 3/3] tests/vkms: Adds VKMS tests and library functions to support them James Shargo
2023-06-28 19:27 ` Kamil Konieczny
2023-06-24 0:49 ` [igt-dev] ✗ GitLab.Pipeline: warning for Add tests and support for VKMS's new ConfigFS features Patchwork
2023-06-24 1:23 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-06-24 3:36 ` [igt-dev] ✓ Fi.CI.IGT: " 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=20230623230954.115437-1-jshargo@chromium.org \
--to=jshargo@chromium.org \
--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