From: Kunal Joshi <kunal1.joshi@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Kunal Joshi <kunal1.joshi@intel.com>,
Imre Deak <imre.deak@intel.com>,
Arun R Murthy <arun.r.murthy@intel.com>,
Jeevan B <jeevan.b@intel.com>
Subject: [PATCH i-g-t 2/6] tests/intel/kms_dp_linktrain_fallback: rename to tests/intel/kms_linktrain_fallback
Date: Wed, 15 Oct 2025 15:47:55 +0530 [thread overview]
Message-ID: <20251015101759.3982477-3-kunal1.joshi@intel.com> (raw)
In-Reply-To: <20251015101759.3982477-1-kunal1.joshi@intel.com>
rename kms_dp_linktrain_fallback -> kms_linktrain_fallback
and update meson build for compilation
Cc: Imre Deak <imre.deak@intel.com>
Cc: Arun R Murthy <arun.r.murthy@intel.com>
Signed-off-by: Kunal Joshi <kunal1.joshi@intel.com>
Reviewed-by: Jeevan B <jeevan.b@intel.com>
---
...s_dp_linktrain_fallback.c => kms_linktrain_fallback.c} | 0
tests/meson.build | 8 ++++----
2 files changed, 4 insertions(+), 4 deletions(-)
rename tests/intel/{kms_dp_linktrain_fallback.c => kms_linktrain_fallback.c} (100%)
diff --git a/tests/intel/kms_dp_linktrain_fallback.c b/tests/intel/kms_linktrain_fallback.c
similarity index 100%
rename from tests/intel/kms_dp_linktrain_fallback.c
rename to tests/intel/kms_linktrain_fallback.c
diff --git a/tests/meson.build b/tests/meson.build
index ed66caa21..085716cfb 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -248,7 +248,6 @@ intel_kms_progs = [
'kms_ccs',
'kms_cdclk',
'kms_dirtyfb',
- 'kms_dp_linktrain_fallback',
'kms_draw_crc',
'kms_dsc',
'kms_fb_coherency',
@@ -261,6 +260,7 @@ intel_kms_progs = [
'kms_joiner',
'kms_legacy_colorkey',
'kms_link_training',
+ 'kms_linktrain_fallback',
'kms_mmap_write_crc',
'kms_pipe_b_c_ivb',
'kms_pipe_stress',
@@ -379,14 +379,14 @@ extra_sources = {
'kms_chamelium_edid': [ join_paths ('chamelium', 'kms_chamelium_helper.c') ],
'kms_chamelium_frames': [ join_paths ('chamelium', 'kms_chamelium_helper.c') ],
'kms_chamelium_hpd': [ join_paths ('chamelium', 'kms_chamelium_helper.c') ],
- 'kms_dp_linktrain_fallback': [
- join_paths ('intel', 'kms_mst_helper.c'),
- join_paths ('intel', 'kms_dsc_helper.c') ],
'kms_dsc': [ join_paths ('intel', 'kms_dsc_helper.c') ],
'kms_joiner': [ join_paths ('intel', 'kms_joiner_helper.c') ],
'kms_link_training': [
join_paths ('intel', 'kms_mst_helper.c'),
join_paths ('intel', 'kms_joiner_helper.c') ],
+ 'kms_linktrain_fallback': [
+ join_paths ('intel', 'kms_mst_helper.c'),
+ join_paths ('intel', 'kms_dsc_helper.c') ],
'kms_psr2_sf': [ join_paths ('intel', 'kms_dsc_helper.c') ],
}
--
2.25.1
next prev parent reply other threads:[~2025-10-15 10:02 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-15 10:17 [PATCH i-g-t 0/6] extend link training test cases for eDP connector Kunal Joshi
2025-10-15 10:17 ` [PATCH i-g-t 1/6] tests/intel/kms_dp_link_training: rename to tests/intel/kms_link_training Kunal Joshi
2025-10-15 10:17 ` Kunal Joshi [this message]
2025-10-15 10:17 ` [PATCH i-g-t 3/6] lib/igt_kms: add helpers for connector type Kunal Joshi
2025-10-27 5:51 ` B, Jeevan
2025-10-15 10:17 ` [PATCH i-g-t 4/6] tests/intel/kms_link_training: extend test for eDP connector Kunal Joshi
2025-10-27 5:53 ` B, Jeevan
2025-10-15 10:17 ` [PATCH i-g-t 5/6] tests/intel/kms_linktrain_fallback: " Kunal Joshi
2025-10-27 6:01 ` B, Jeevan
2025-10-15 10:17 ` [PATCH i-g-t 6/6] HAX: Do not merge Kunal Joshi
2025-10-15 23:30 ` ✓ i915.CI.BAT: success for extend link training test cases for eDP connector (rev3) Patchwork
2025-10-15 23:34 ` ✓ Xe.CI.BAT: " Patchwork
2025-10-16 7:31 ` ✗ i915.CI.Full: failure " Patchwork
2025-10-16 15:25 ` ✗ Xe.CI.Full: " Patchwork
-- strict thread matches above, loose matches on Subject: below --
2025-11-24 18:27 [PATCH i-g-t 0/6] RFC: Add new test for eDP data override Jeevan B
2025-11-24 18:27 ` [PATCH i-g-t 2/6] tests/intel/kms_dp_linktrain_fallback: rename to tests/intel/kms_linktrain_fallback Jeevan B
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=20251015101759.3982477-3-kunal1.joshi@intel.com \
--to=kunal1.joshi@intel.com \
--cc=arun.r.murthy@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=imre.deak@intel.com \
--cc=jeevan.b@intel.com \
/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