Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/3] Add tests and support for VKMS's new ConfigFS features
@ 2023-06-23 23:09 James Shargo
  2023-06-23 23:09 ` [igt-dev] [PATCH i-g-t 1/3] lib/drmtest: Add VKMS as a known driver type James Shargo
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: James Shargo @ 2023-06-23 23:09 UTC (permalink / raw)
  To: Development mailing list for IGT GPU Tools

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

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

end of thread, other threads:[~2023-06-28 19:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-23 23:09 [igt-dev] [PATCH i-g-t 0/3] Add tests and support for VKMS's new ConfigFS features James Shargo
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

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