public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 1/1] lib/xe/xe_eudebug: Remove unnecessary debug message
@ 2026-04-10  8:10 Jan Sokolowski
  2026-04-10 11:28 ` ✓ Xe.CI.BAT: success for series starting with [i-g-t,1/1] " Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jan Sokolowski @ 2026-04-10  8:10 UTC (permalink / raw)
  To: igt-dev
  Cc: zbigniew.kempczynski, peter.senna, piotr.rudnicki, mika.kuoppala,
	Jan Sokolowski

"poll: timeout" message is a leftover development
artifact that no longer points to any problems
and makes output less readable.

Remove it.

Signed-off-by: Jan Sokolowski <jan.sokolowski@intel.com>
---
 lib/xe/xe_eudebug.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/xe/xe_eudebug.c b/lib/xe/xe_eudebug.c
index 3bffda561..1d9cb8289 100644
--- a/lib/xe/xe_eudebug.c
+++ b/lib/xe/xe_eudebug.c
@@ -325,7 +325,6 @@ static int safe_pipe_read(int pipe[2], void *buf, int nbytes, int timeout_ms)
 
 		ret = poll(&r, 1, interval_ms);
 		if (!ret) {
-			igt_debug("poll: timeout\n");
 			catch_child_failure();
 			t += interval_ms;
 		} else if (ret == -1) {
-- 
2.43.0


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

end of thread, other threads:[~2026-04-11  9:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-10  8:10 [PATCH i-g-t 1/1] lib/xe/xe_eudebug: Remove unnecessary debug message Jan Sokolowski
2026-04-10 11:28 ` ✓ Xe.CI.BAT: success for series starting with [i-g-t,1/1] " Patchwork
2026-04-10 11:46 ` ✓ i915.CI.BAT: " Patchwork
2026-04-10 12:04 ` [PATCH i-g-t 1/1] " Piatkowski, Dominik Karol
2026-04-10 18:22 ` ✓ Xe.CI.FULL: success for series starting with [i-g-t,1/1] " Patchwork
2026-04-11  9:56 ` ✓ i915.CI.Full: " Patchwork

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