Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v1] tests/intel/kms_joiner: Fix mixed_output subtest skips
@ 2026-05-08  3:59 Santhosh Reddy Guddati
  2026-05-08  4:49 ` ✓ Xe.CI.BAT: success for " Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Santhosh Reddy Guddati @ 2026-05-08  3:59 UTC (permalink / raw)
  To: igt-dev; +Cc: karthik.b.s, ankit.k.nautiyal, Santhosh Reddy Guddati

In the mixed output case, mixed_output[1] is a non-big-joiner output,
but bigjoiner_mode_found() was unconditionally called for both outputs,
causing the subtest to skip. Only require a big joiner mode for the
first output (j=0); the second uses its default mode.

cc: Karthik B.S <karthik.b.s@intel.com>
cc: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Signed-off-by: Santhosh Reddy Guddati <santhosh.reddy.guddati@intel.com>
---
 tests/intel/kms_joiner.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/intel/kms_joiner.c b/tests/intel/kms_joiner.c
index 86226a3ba..20f39ceef 100644
--- a/tests/intel/kms_joiner.c
+++ b/tests/intel/kms_joiner.c
@@ -386,7 +386,7 @@ static void test_invalid_modeset_two_joiner(data_t *data,
 
 			output = outputs[j];
 
-			if (!force_joiner) {
+			if (!force_joiner && (!mixed || j == 0)) {
 				igt_require_f(bigjoiner_mode_found(data->drm_fd, output->config.connector, max_dotclock, &mode),
 							  "No big joiner mode found on output %s\n", output->name);
 				igt_output_override_mode(output, &mode);
-- 
2.34.1


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

end of thread, other threads:[~2026-05-11  6:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-08  3:59 [PATCH i-g-t v1] tests/intel/kms_joiner: Fix mixed_output subtest skips Santhosh Reddy Guddati
2026-05-08  4:49 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-05-08  5:08 ` ✓ i915.CI.BAT: " Patchwork
2026-05-08 15:38 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-05-09  0:09 ` ✗ i915.CI.Full: " Patchwork
2026-05-11  6:03 ` [PATCH i-g-t v1] " Karthik B S

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