public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] i915/gem_eio: Push the forced reset telltales to kmsg
@ 2019-07-08  9:17 Chris Wilson
  2019-07-08  9:45 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
  2019-07-08 15:34 ` [igt-dev] [Intel-gfx] [PATCH i-g-t] " Mika Kuoppala
  0 siblings, 2 replies; 3+ messages in thread
From: Chris Wilson @ 2019-07-08  9:17 UTC (permalink / raw)
  To: intel-gfx; +Cc: igt-dev

Leave a few more breadcrumbs in the dmesg log to try and spot where the
delay occurs.

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

diff --git a/tests/i915/gem_eio.c b/tests/i915/gem_eio.c
index dc7afb0fd..4d7362d8f 100644
--- a/tests/i915/gem_eio.c
+++ b/tests/i915/gem_eio.c
@@ -71,10 +71,11 @@ static void trigger_reset(int fd)
 
 	igt_nsec_elapsed(&ts);
 
+	igt_kmsg(KMSG_DEBUG "Forcing GPU reset\n");
 	igt_force_gpu_reset(fd);
 
 	/* And just check the gpu is indeed running again */
-	igt_debug("Checking that the GPU recovered\n");
+	igt_kmsg(KMSG_DEBUG "Checking that the GPU recovered\n");
 	gem_test_engine(fd, ALL_ENGINES);
 	igt_drop_caches_set(fd, DROP_ACTIVE);
 
-- 
2.20.1

_______________________________________________
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-07-08 15:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-08  9:17 [igt-dev] [PATCH i-g-t] i915/gem_eio: Push the forced reset telltales to kmsg Chris Wilson
2019-07-08  9:45 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2019-07-08 15:34 ` [igt-dev] [Intel-gfx] [PATCH i-g-t] " Mika Kuoppala

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