public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/7] tests/kms_pipe_crc_basic: add mst suspend-resume test
@ 2026-04-01 16:06 Kunal Joshi
  2026-04-01 16:06 ` [PATCH i-g-t 1/7] tests/intel/kms_mst_helper: Add kernel-doc for existing function Kunal Joshi
                   ` (10 more replies)
  0 siblings, 11 replies; 19+ messages in thread
From: Kunal Joshi @ 2026-04-01 16:06 UTC (permalink / raw)
  To: igt-dev; +Cc: Kunal Joshi

This patch series introduces MST suspend-resume test
to kms_mst. The MST test validates there
is no corruption/blank out across suspend/resume cycles
for all possible subsets.

Note : Subtest is now part of new binary kms_mst
       Didn't change subject to avoid new patch series

Kunal Joshi (7):
  tests/intel/kms_mst_helper: Add kernel-doc for existing function
  tests/intel/kms_mst_helper: Add helper to check for MST outputs
  lib/igt_kms: Fix max_non_joiner_mode_found
  lib/igt_kms: Export get_max_pipe_hdisplay as
    intel_get_max_pipe_hdisplay
  tests/intel/kms_joiner_helper: Move max_non_joiner_mode_found
  tests/intel/kms_joiner: Require boundary mode for basic-max-non-joiner
  tests/intel/kms_mst: Add MST suspend-resume test

 lib/igt_kms.c                   |  39 +---
 lib/igt_kms.h                   |   3 +-
 tests/intel/kms_joiner.c        |   4 +
 tests/intel/kms_joiner_helper.c |  36 ++++
 tests/intel/kms_joiner_helper.h |   2 +
 tests/intel/kms_mst.c           | 349 ++++++++++++++++++++++++++++++++
 tests/intel/kms_mst_helper.c    |  24 ++-
 tests/intel/kms_mst_helper.h    |   1 +
 tests/meson.build               |   4 +
 9 files changed, 423 insertions(+), 39 deletions(-)
 create mode 100644 tests/intel/kms_mst.c

-- 
2.25.1


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

end of thread, other threads:[~2026-04-10 14:55 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-01 16:06 [PATCH i-g-t 0/7] tests/kms_pipe_crc_basic: add mst suspend-resume test Kunal Joshi
2026-04-01 16:06 ` [PATCH i-g-t 1/7] tests/intel/kms_mst_helper: Add kernel-doc for existing function Kunal Joshi
2026-04-02  4:00   ` Kandpal, Suraj
2026-04-10 14:54     ` Kamil Konieczny
2026-04-01 16:06 ` [PATCH i-g-t 2/7] tests/intel/kms_mst_helper: Add helper to check for MST outputs Kunal Joshi
2026-04-02  5:15   ` Kandpal, Suraj
2026-04-01 16:06 ` [PATCH i-g-t 3/7] lib/igt_kms: Fix max_non_joiner_mode_found Kunal Joshi
2026-04-01 16:06 ` [PATCH i-g-t 4/7] lib/igt_kms: Export get_max_pipe_hdisplay as intel_get_max_pipe_hdisplay Kunal Joshi
2026-04-02  5:21   ` Kandpal, Suraj
2026-04-01 16:06 ` [PATCH i-g-t 5/7] tests/intel/kms_joiner_helper: Move max_non_joiner_mode_found Kunal Joshi
2026-04-02  5:23   ` Kandpal, Suraj
2026-04-01 16:06 ` [PATCH i-g-t 6/7] tests/intel/kms_joiner: Require boundary mode for basic-max-non-joiner Kunal Joshi
2026-04-02  5:27   ` Kandpal, Suraj
2026-04-06  6:06   ` Karthik B S
2026-04-01 16:06 ` [PATCH i-g-t 7/7] tests/intel/kms_mst: Add MST suspend-resume test Kunal Joshi
2026-04-01 20:14 ` ✓ Xe.CI.BAT: success for tests/kms_pipe_crc_basic: add mst suspend-resume test (rev6) Patchwork
2026-04-01 20:40 ` ✓ i915.CI.BAT: " Patchwork
2026-04-02  2:14 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-04-02 15:06 ` ✗ i915.CI.Full: " Patchwork

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