Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/5] add test to validate uhbr/non-uhbr over sst/mst
@ 2025-02-03  8:12 Kunal Joshi
  2025-02-03  8:12 ` [PATCH i-g-t 1/5] tests/intel/kms_joiner_helper: add helper for joiner-related functions Kunal Joshi
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Kunal Joshi @ 2025-02-03  8:12 UTC (permalink / raw)
  To: igt-dev; +Cc: Kunal Joshi

Add new test subtests kms_dp_linktraining to validate both
UHBR and non-UHBR link rates over SST and MST configurations.
Add four new subtests (uhbr-sst, uhbr-mst, non-uhbr-sst, non-uhbr-mst)
to check if the link rates match the expected UHBR or NON-UHBR capability
and whether the outputs are MST or SST.

Kunal Joshi (5):
  tests/intel/kms_joiner_helper: add helper for joiner-related functions
  tests/intel/kms_mst_helper: add helper for MST-related functions
  lib/igt_kms: add function to set link params
  tests/intel/kms_dp_linktraining: add tests for UHBR/NON-UHBR over
    SST/MST
  HAX: DO NOT MERGE

 lib/igt_kms.c                            |  33 ++
 lib/igt_kms.h                            |   2 +
 tests/intel-ci/fast-feedback.testlist    |  14 +
 tests/intel-ci/xe-fast-feedback.testlist |  14 +
 tests/intel/kms_dp_linktrain_fallback.c  |  28 +-
 tests/intel/kms_dp_linktraining.c        | 372 +++++++++++++++++++++++
 tests/intel/kms_joiner.c                 |  15 +-
 tests/intel/kms_joiner_helper.c          | 176 +++++++++++
 tests/intel/kms_joiner_helper.h          |  15 +
 tests/intel/kms_mst_helper.c             |  48 +++
 tests/intel/kms_mst_helper.h             |  10 +
 tests/meson.build                        |   6 +
 12 files changed, 696 insertions(+), 37 deletions(-)
 create mode 100644 tests/intel/kms_dp_linktraining.c
 create mode 100644 tests/intel/kms_joiner_helper.c
 create mode 100644 tests/intel/kms_joiner_helper.h
 create mode 100644 tests/intel/kms_mst_helper.c
 create mode 100644 tests/intel/kms_mst_helper.h

-- 
2.25.1


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

end of thread, other threads:[~2025-02-11 12:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-03  8:12 [PATCH i-g-t 0/5] add test to validate uhbr/non-uhbr over sst/mst Kunal Joshi
2025-02-03  8:12 ` [PATCH i-g-t 1/5] tests/intel/kms_joiner_helper: add helper for joiner-related functions Kunal Joshi
2025-02-03  8:12 ` [PATCH i-g-t 2/5] tests/intel/kms_mst_helper: add helper for MST-related functions Kunal Joshi
2025-02-10  7:16   ` Nautiyal, Ankit K
2025-02-03  8:12 ` [PATCH i-g-t 3/5] lib/igt_kms: add function to set link params Kunal Joshi
2025-02-11  9:53   ` [i-g-t,3/5] " Murthy, Arun R
2025-02-03  8:12 ` [PATCH i-g-t 4/5] tests/intel/kms_dp_linktraining: add tests for UHBR/NON-UHBR over SST/MST Kunal Joshi
2025-02-04 14:01   ` Sharma, Swati2
2025-02-11 12:39   ` [i-g-t,4/5] " Murthy, Arun R
2025-02-03  8:12 ` [PATCH i-g-t 5/5] HAX: DO NOT MERGE Kunal Joshi
2025-02-04  0:33 ` ✗ i915.CI.BAT: failure for add test to validate uhbr/non-uhbr over sst/mst (rev3) Patchwork
2025-02-04  1:12 ` ✗ Xe.CI.BAT: " Patchwork
2025-02-04  3:07 ` ✗ Xe.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