All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] drm/i915/selftests: Include the start of each subtest in the GEM trace
@ 2018-07-13 20:35 Chris Wilson
  2018-07-13 20:35 ` [PATCH 2/3] drm/i915: Do not short-circuit tasklets during reset Chris Wilson
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Chris Wilson @ 2018-07-13 20:35 UTC (permalink / raw)
  To: intel-gfx

Knowing the boundary of each subtest can be instrumental in digesting
the voluminous trace output and finding the critical piece of
information.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
 drivers/gpu/drm/i915/selftests/i915_selftest.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/gpu/drm/i915/selftests/i915_selftest.c b/drivers/gpu/drm/i915/selftests/i915_selftest.c
index addc5a599c4a..86c54ea37f48 100644
--- a/drivers/gpu/drm/i915/selftests/i915_selftest.c
+++ b/drivers/gpu/drm/i915/selftests/i915_selftest.c
@@ -210,6 +210,8 @@ int __i915_subtests(const char *caller,
 			return -EINTR;
 
 		pr_debug(DRIVER_NAME ": Running %s/%s\n", caller, st->name);
+		GEM_TRACE("Running %s/%s\n", caller, st->name);
+
 		err = st->func(data);
 		if (err && err != -EINTR) {
 			pr_err(DRIVER_NAME "/%s: %s failed with error %d\n",
-- 
2.18.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2018-07-13 21:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-13 20:35 [PATCH 1/3] drm/i915/selftests: Include the start of each subtest in the GEM trace Chris Wilson
2018-07-13 20:35 ` [PATCH 2/3] drm/i915: Do not short-circuit tasklets during reset Chris Wilson
2018-07-13 20:41   ` Chris Wilson
2018-07-13 20:44     ` Michel Thierry
2018-07-13 20:41   ` Michel Thierry
2018-07-13 20:35 ` [PATCH 3/3] drm/i915/execlists: Drop clear_gtiir() on GPU reset Chris Wilson
2018-07-13 20:40 ` [PATCH 1/3] drm/i915/selftests: Include the start of each subtest in the GEM trace Chris Wilson
2018-07-13 20:57 ` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] " Patchwork
2018-07-13 21:15 ` ✓ Fi.CI.BAT: success " Patchwork

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.