All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 1/3] tests/kms_cursor_crc: limit test to one pipe for sim
@ 2023-05-26  6:45 Swati Sharma
  2023-05-26  6:45 ` [igt-dev] [PATCH i-g-t 2/3] tests/tests/kms_cursor_crc: remove extra \n Swati Sharma
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Swati Sharma @ 2023-05-26  6:45 UTC (permalink / raw)
  To: igt-dev

To reduce execution time in simulation, lets limit test to
one pipe only.

Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
---
 tests/kms_cursor_crc.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c
index 3a353a03..f837dbc4 100644
--- a/tests/kms_cursor_crc.c
+++ b/tests/kms_cursor_crc.c
@@ -728,6 +728,10 @@ static bool execution_constraint(enum pipe pipe)
 	    pipe != active_pipes[last_pipe])
 		return true;
 
+	if (!extended && igt_run_in_simulation() &&
+	    pipe != active_pipes[0])
+		return true;
+
 	return false;
 }
 
-- 
2.25.1

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

end of thread, other threads:[~2023-05-29 14:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-26  6:45 [igt-dev] [PATCH i-g-t 1/3] tests/kms_cursor_crc: limit test to one pipe for sim Swati Sharma
2023-05-26  6:45 ` [igt-dev] [PATCH i-g-t 2/3] tests/tests/kms_cursor_crc: remove extra \n Swati Sharma
2023-05-29 12:30   ` Juha-Pekka Heikkila
2023-05-29 14:40     ` Sharma, Swati2
2023-05-26  6:45 ` [igt-dev] [PATCH i-g-t 3/3] tests/kms_display_modes: reduce exec. time for sim env Swati Sharma
2023-05-29 12:30   ` Juha-Pekka Heikkila
2023-05-29 14:40     ` Sharma, Swati2
2023-05-26 13:02 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/3] tests/kms_cursor_crc: limit test to one pipe for sim Patchwork
2023-05-27  3:45 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2023-05-29 12:35 ` [igt-dev] [PATCH i-g-t 1/3] " Juha-Pekka Heikkila
2023-05-29 14:40   ` Sharma, Swati2

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.