From: Kunal Joshi <kunal1.joshi@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Kunal Joshi <kunal1.joshi@intel.com>
Subject: [PATCH i-g-t 0/2] tests/intel/kms_tbt: Add DP tunneling validation tests
Date: Mon, 11 May 2026 11:13:54 +0530 [thread overview]
Message-ID: <20260511054356.1313884-1-kunal1.joshi@intel.com> (raw)
Add an IGT test binary (kms_tbt) that validates the DP tunneling
debugfs ABI exposed by drm/display/dp_tunnel and consumed by
i915 / xe. Pairs with the kernel DP-tunnel debugfs RFC series.
Patch 1 adds a connector-enumeration helper backed by
libdisplay-info for look-up by EDID serial / MST PATH across
re-probes, plus clock-based mode-selection utilities.
Patch 2 is the kms_tbt test: 18 single-display subtests and 9
multi-display / MST subtests covering BWA toggle, bw_limit cap
injection, suspend/resume, and mode filtering.
Below link points to corresponding KMD patch series
https://patchwork.freedesktop.org/series/166289/
Kunal Joshi (2):
lib/igt_connector_helper: Add DRM connector helpers using
libdisplay-info
tests/intel/kms_tbt: Add DP tunneling validation tests
lib/igt_connector_helper.c | 525 ++++++++
lib/igt_connector_helper.h | 45 +
lib/meson.build | 5 +
meson.build | 3 +
tests/intel/kms_tbt.c | 2583 ++++++++++++++++++++++++++++++++++++
tests/meson.build | 5 +
6 files changed, 3166 insertions(+)
create mode 100644 lib/igt_connector_helper.c
create mode 100644 lib/igt_connector_helper.h
create mode 100644 tests/intel/kms_tbt.c
--
2.25.1
next reply other threads:[~2026-05-11 5:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-11 5:43 Kunal Joshi [this message]
2026-05-11 5:43 ` [PATCH i-g-t 1/2] lib/igt_connector_helper: Add DRM connector helpers using libdisplay-info Kunal Joshi
2026-05-11 5:43 ` [PATCH i-g-t 2/2] tests/intel/kms_tbt: Add DP tunneling validation tests Kunal Joshi
2026-05-12 0:14 ` ✓ i915.CI.BAT: success for " Patchwork
2026-05-12 0:50 ` ✓ Xe.CI.BAT: " Patchwork
2026-05-12 3:20 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-05-12 10:22 ` ✓ i915.CI.Full: success " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260511054356.1313884-1-kunal1.joshi@intel.com \
--to=kunal1.joshi@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox