[PATCH i-g-t 0/4] add test to validate uhbr/non-uhbr over sst/mst

Kunal Joshi kunal1.joshi at intel.com
Fri Jan 31 09:30:56 UTC 2025


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 (4):
  tests/intel/kms_joiner_helper: add helper for joiner-related functions
  tests/intel/kms_mst_helper: add helper for MST-related functions
  tests/intel/kms_dp_linktraining: add tests for UHBR/NON-UHBR over
    SST/MST
  HAX: DO NOT MERGE

 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        | 353 +++++++++++++++++++++++
 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                        |   2 +
 10 files changed, 638 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.34.1



More information about the Intel-gfx-trybot mailing list