public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/2] RFC: Add modifier helper and temporary test
@ 2026-04-01  8:58 Jeevan B
  2026-04-01  8:58 ` [PATCH i-g-t 1/2] lib: Add modifier helper for querying driver-supported modifiers Jeevan B
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Jeevan B @ 2026-04-01  8:58 UTC (permalink / raw)
  To: igt-dev; +Cc: uma.shankar, Jeevan B

This series adds a new helper for querying driver-supported format
modifiers and a temporary test to verify that the helper outputs the
expected modifier list.

Jeevan B (2):
  lib: Add modifier helper for querying driver-supported modifiers
  DONT_MERGE: Add kms_modifier_list test to verify new modifier helper

 lib/igt_modifier.c        | 310 ++++++++++++++++++++++++++++++++++++++
 lib/igt_modifier.h        |  35 +++++
 lib/meson.build           |   1 +
 tests/kms_modifier_list.c | 144 ++++++++++++++++++
 tests/meson.build         |   1 +
 5 files changed, 491 insertions(+)
 create mode 100644 lib/igt_modifier.c
 create mode 100644 lib/igt_modifier.h
 create mode 100644 tests/kms_modifier_list.c

-- 
2.43.0


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

end of thread, other threads:[~2026-04-01 19:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-01  8:58 [PATCH i-g-t 0/2] RFC: Add modifier helper and temporary test Jeevan B
2026-04-01  8:58 ` [PATCH i-g-t 1/2] lib: Add modifier helper for querying driver-supported modifiers Jeevan B
2026-04-01 10:14   ` Jani Nikula
2026-04-01  8:58 ` [PATCH i-g-t 2/2] DONT_MERGE: Add kms_modifier_list test to verify new modifier helper Jeevan B
2026-04-01 14:52 ` ✓ Xe.CI.BAT: success for RFC: Add modifier helper and temporary test Patchwork
2026-04-01 15:27 ` ✗ i915.CI.BAT: failure " Patchwork
2026-04-01 19:23 ` ✓ Xe.CI.FULL: success " Patchwork

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