Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55e4b859 authored by Chris Wilson's avatar Chris Wilson
Browse files

drm/i915/selftests: Downgrade igt_timeout message

Give in, since CI continues to incorrectly insist that KERN_NOTICE is a
warning and flags the timeout message as unwanted spam. At first, the
intention was to use the message to indicate which tests might warrant
an extended run, but virtually all tests require a timeout so it is
simply not as interesting as first thought.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103667


Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: default avatarTvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180716080332.32283-6-chris@chris-wilson.co.uk
parent e5cae659
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -99,6 +99,6 @@ __printf(2, 3)
bool __igt_timeout(unsigned long timeout, const char *fmt, ...);
bool __igt_timeout(unsigned long timeout, const char *fmt, ...);


#define igt_timeout(t, fmt, ...) \
#define igt_timeout(t, fmt, ...) \
	__igt_timeout((t), KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__)
	__igt_timeout((t), KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)


#endif /* !__I915_SELFTEST_H__ */
#endif /* !__I915_SELFTEST_H__ */