From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: Jonathan Cavitt <jonathan.cavitt@intel.com>
Cc: <igt-dev@lists.freedesktop.org>, <saurabhg.gupta@intel.com>,
<alex.zuo@intel.com>, <kamil.konieczny@linux.intel.com>,
<zbigniew.kempczynski@intel.com>
Subject: Re: [PATCH] tests/intel/xe_wedged: Add AUX error to ignore list
Date: Fri, 13 Dec 2024 15:40:36 -0500 [thread overview]
Message-ID: <Z1ybxDYsHhbxuJEa@intel.com> (raw)
In-Reply-To: <20241213164105.14015-1-jonathan.cavitt@intel.com>
On Fri, Dec 13, 2024 at 04:41:05PM +0000, Jonathan Cavitt wrote:
> 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)
this is a side effect... we should probably investigate a better
way of handling that in the driver I'm afraid...
>
> 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
>
next prev parent reply other threads:[~2024-12-13 20:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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=Z1ybxDYsHhbxuJEa@intel.com \
--to=rodrigo.vivi@intel.com \
--cc=alex.zuo@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=jonathan.cavitt@intel.com \
--cc=kamil.konieczny@linux.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 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.