[PATCH CI 9/9] CI: Don't spew trace dump on busy_stats timeout

John.C.Harrison at Intel.com John.C.Harrison at Intel.com
Thu Dec 16 23:34:48 UTC 2021


From: John Harrison <John.C.Harrison at Intel.com>

The selftest has a known timeout failure issue. So don't spew the huge
trace log if it happens.

Signed-off-by: John Harrison <John.C.Harrison at Intel.com>
---
 drivers/gpu/drm/i915/gt/selftest_engine_pm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gt/selftest_engine_pm.c b/drivers/gpu/drm/i915/gt/selftest_engine_pm.c
index 8af261831470..8b2453aa0d28 100644
--- a/drivers/gpu/drm/i915/gt/selftest_engine_pm.c
+++ b/drivers/gpu/drm/i915/gt/selftest_engine_pm.c
@@ -309,7 +309,7 @@ static int live_engine_busy_stats(void *arg)
 
 		err = __spin_until_busier(engine, busyness);
 		if (err) {
-			GEM_TRACE_DUMP();
+//			GEM_TRACE_DUMP();
 			goto end;
 		}
 
-- 
2.25.1



More information about the Intel-gfx-trybot mailing list