projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6710fcf
)
drm/i915/selftests: Include the start of each subtest in the GEM trace
author
Chris Wilson
<
[email protected]
>
Fri, 13 Jul 2018 20:35:27 +0000
(21:35 +0100)
committer
Chris Wilson
<
[email protected]
>
Fri, 13 Jul 2018 21:30:56 +0000
(22:30 +0100)
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 <
[email protected]
>
Reviewed-by: Michel Thierry <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[email protected]
drivers/gpu/drm/i915/selftests/i915_selftest.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/selftests/i915_selftest.c
b/drivers/gpu/drm/i915/selftests/i915_selftest.c
index addc5a599c4adf65c3a4e122b39f1ca9aee67e8c..86c54ea37f488c99847416a98db8fc0f9d4db033 100644
(file)
--- 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",