public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tests/intel/kms_pm_dc: Avoid PIPE_B conflict on dual-eDP systems
@ 2026-03-12  8:03 Mohammed Thasleem
  2026-03-12 12:51 ` ✓ Xe.CI.BAT: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mohammed Thasleem @ 2026-03-12  8:03 UTC (permalink / raw)
  To: igt-dev; +Cc: swati2.sharma, Mohammed Thasleem

Select the first available eDP output and assign it to PIPE_B to avoid pipe
conflicts on dual-eDP systems.

Signed-off-by: Mohammed Thasleem <mohammed.thasleem@intel.com>
---
 tests/intel/kms_pm_dc.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/intel/kms_pm_dc.c b/tests/intel/kms_pm_dc.c
index d1c4a5019..2e5ffe842 100644
--- a/tests/intel/kms_pm_dc.c
+++ b/tests/intel/kms_pm_dc.c
@@ -149,7 +149,10 @@ static void set_output_on_pipe_b(data_t *data)
 
 		data->output = output;
 		data->mode = igt_output_get_mode(output);
+
+		break;
 	}
+	igt_require_f(data->output, "No valid eDP found for PIPE_B\n");
 }
 
 static void setup_output(data_t *data)
-- 
2.25.1


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

end of thread, other threads:[~2026-03-13 10:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-12  8:03 [PATCH i-g-t] tests/intel/kms_pm_dc: Avoid PIPE_B conflict on dual-eDP systems Mohammed Thasleem
2026-03-12 12:51 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-03-12 13:08 ` ✗ i915.CI.BAT: failure " Patchwork
2026-03-13  4:42 ` [PATCH i-g-t] " Karthik B S
2026-03-13 10:03 ` ✗ Xe.CI.FULL: failure for " Patchwork

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