All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tests/intel/kms_pipe_stress: Skip invalid pipe-output combinations
@ 2025-07-11  9:20 Jeevan B
  2025-07-11 14:59 ` ✓ Xe.CI.BAT: success for " Patchwork
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jeevan B @ 2025-07-11  9:20 UTC (permalink / raw)
  To: igt-dev; +Cc: swati2.sharma, Jeevan B

Add intel_pipe_output_combo_valid check to skip invalid pipe-output
combinations which are not valid.

Signed-off-by: Jeevan B <jeevan.b@intel.com>
---
 tests/intel/kms_pipe_stress.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/intel/kms_pipe_stress.c b/tests/intel/kms_pipe_stress.c
index 296c93b58..a896c830b 100644
--- a/tests/intel/kms_pipe_stress.c
+++ b/tests/intel/kms_pipe_stress.c
@@ -578,6 +578,11 @@ static void stress_pipes(struct data *data, struct timespec *start,
 		if (!data->highest_mode[pipe])
 			continue;
 
+		if (!intel_pipe_output_combo_valid(&data->display)) {
+			igt_output_set_pipe(output, PIPE_NONE);
+			continue;
+		}
+
 		igt_assert_f(data->display.pipes[pipe].n_planes < MAX_PLANES,
 			    "Currently we don't support more than %d planes!",
 			     MAX_PLANES);
-- 
2.43.0


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

end of thread, other threads:[~2025-07-25  4:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-11  9:20 [PATCH i-g-t] tests/intel/kms_pipe_stress: Skip invalid pipe-output combinations Jeevan B
2025-07-11 14:59 ` ✓ Xe.CI.BAT: success for " Patchwork
2025-07-11 15:27 ` ✓ i915.CI.BAT: " Patchwork
2025-07-11 22:13 ` ✓ i915.CI.Full: " Patchwork
2025-07-11 22:34 ` ✗ Xe.CI.Full: failure " Patchwork
2025-07-21 17:58 ` [PATCH i-g-t] " Sharma, Swati2
2025-07-25  4:35 ` Karthik B S

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.