public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] i915/gem_eio: Include non-context based tests for older kms testing
@ 2019-09-23  7:41 Chris Wilson
  2019-09-23  9:25 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
  2019-09-24  8:49 ` [igt-dev] [Intel-gfx] [PATCH i-g-t] " Andi Shyti
  0 siblings, 2 replies; 3+ messages in thread
From: Chris Wilson @ 2019-09-23  7:41 UTC (permalink / raw)
  To: intel-gfx; +Cc: igt-dev

As not every machine can use contexts, include a non-context reset stress
test to run in parallel to enabling/disabling pipes.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
 tests/i915/gem_eio.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/tests/i915/gem_eio.c b/tests/i915/gem_eio.c
index e7f5d4ddb..52e83a5cf 100644
--- a/tests/i915/gem_eio.c
+++ b/tests/i915/gem_eio.c
@@ -870,8 +870,11 @@ static void test_kms(int i915, igt_display_t *dpy)
 	igt_fork(child, 1)
 		display_helper(dpy, shared);
 
-	test_reset_stress(i915, 0);
-	test_reset_stress(i915, TEST_WEDGE);
+	test_inflight(i915, 0);
+	if (gem_has_contexts(fd)) {
+		test_reset_stress(i915, 0);
+		test_reset_stress(i915, TEST_WEDGE);
+	}
 
 	*shared = 1;
 	igt_waitchildren();
-- 
2.23.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2019-09-24  8:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-23  7:41 [igt-dev] [PATCH i-g-t] i915/gem_eio: Include non-context based tests for older kms testing Chris Wilson
2019-09-23  9:25 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
2019-09-24  8:49 ` [igt-dev] [Intel-gfx] [PATCH i-g-t] " Andi Shyti

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