Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cavitt <jonathan.cavitt@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: jonathan.cavitt@intel.com, saurabhg.gupta@intel.com,
	alex.zuo@intel.com, kamil.konieczny@linux.intel.com,
	rodrigo.vivi@intel.com, zbigniew.kempczynski@intel.com
Subject: [PATCH] tests/intel/xe_wedged: Add AUX error to ignore list
Date: Fri, 13 Dec 2024 16:41:05 +0000	[thread overview]
Message-ID: <20241213164105.14015-1-jonathan.cavitt@intel.com> (raw)

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


             reply	other threads:[~2024-12-13 16:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-13 16:41 Jonathan Cavitt [this message]
2024-12-13 20:40 ` [PATCH] tests/intel/xe_wedged: Add AUX error to ignore list 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241213164105.14015-1-jonathan.cavitt@intel.com \
    --to=jonathan.cavitt@intel.com \
    --cc=alex.zuo@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=kamil.konieczny@linux.intel.com \
    --cc=rodrigo.vivi@intel.com \
    --cc=saurabhg.gupta@intel.com \
    --cc=zbigniew.kempczynski@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox