All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/intel/xe_wedged: Add AUX error to ignore list
@ 2024-12-13 16:41 Jonathan Cavitt
  2024-12-13 20:40 ` Rodrigo Vivi
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Jonathan Cavitt @ 2024-12-13 16:41 UTC (permalink / raw)
  To: igt-dev
  Cc: jonathan.cavitt, saurabhg.gupta, alex.zuo, kamil.konieczny,
	rodrigo.vivi, zbigniew.kempczynski

There is yet another warning in dmesg which should be ignored.
Specifically:

xe 0000:00:02.0: [drm] ERROR AUX B/DDI B/PHY B: did not complete or timeout within 10ms (status 0xad40023f)

Extend the regex further to cover this error.

Fixes: 21076ee0 ("tests/intel/xe_wedged: Ignore more dmesg warnings")
Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
CC: Kamil Konieczny <kamil.konieczny@linux.intel.com>
CC: Rodrigo Vivi <rodrigo.vivi@intel.com>
CC: Zbigniew Kempzynski <zbigniew.kempczynski@intel.com>
---
 tests/intel/xe_wedged.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/intel/xe_wedged.c b/tests/intel/xe_wedged.c
index 613d571b44..65d715e845 100644
--- a/tests/intel/xe_wedged.c
+++ b/tests/intel/xe_wedged.c
@@ -33,7 +33,8 @@ static void ignore_wedged_in_dmesg(void)
 				    "|GT[0-9A-Fa-f]*: reset failed .-ECANCELED"
 				    "|GT[0-9A-Fa-f]*: Failed to submit"
 				    "|Modules linked in:"
-				    "|__pfx___drm_");
+				    "|__pfx___drm_"
+				    "|AUX [A-F]/DDI [A-F]/PHY [A-F]: .*");
 }
 
 static void force_wedged(int fd)
-- 
2.43.0


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

end of thread, other threads:[~2024-12-14 15:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-13 16:41 [PATCH] tests/intel/xe_wedged: Add AUX error to ignore list Jonathan Cavitt
2024-12-13 20:40 ` Rodrigo Vivi
2024-12-13 20:47   ` Cavitt, Jonathan
2024-12-13 21:13 ` ✓ i915.CI.BAT: success for " Patchwork
2024-12-13 23:04 ` ✓ Xe.CI.BAT: " Patchwork
2024-12-14  7:03 ` ✗ i915.CI.Full: failure " Patchwork
2024-12-14 15:18 ` ✗ Xe.CI.Full: " 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.