From b112b5b2806665dae874ce80aa9d1d70497eecb8 Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Mon, 23 Sep 2024 11:33:04 +0300 Subject: [PATCH] sof-kernel-log-check: ignore i915 firmware loading error on MTL Ignore FW load error on MTL. These don't affect audio test execution. Signed-off-by: Kai Vehmanen --- tools/sof-kernel-log-check.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/sof-kernel-log-check.sh b/tools/sof-kernel-log-check.sh index 24226c8d..72c6673b 100755 --- a/tools/sof-kernel-log-check.sh +++ b/tools/sof-kernel-log-check.sh @@ -308,6 +308,14 @@ case "$platform" in # ignore the ACPI error on LNL. # kernel: ACPI: \: Can't tag data node ignore_str="$ignore_str""|kernel: ACPI: \\\\: Can't tag data node" + ;; + mtl) + # boot-time issue seen on some DUTs, not affecting audio test execution + # https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12092 + ignore_str="$ignore_str""|kernel: i915 0000:00:02.0: [drm] *ERROR* GT1: Request submission for GSC load failed -ETIME" + ignore_str="$ignore_str""|kernel: i915 0000:00:02.0: [drm] *ERROR* GT1: Failed to load GSC firmware i915/mtl_gsc_1.bin -ETIME" + ignore_str="$ignore_str""|kernel: i915 0000:00:02.0: [drm] *ERROR* GT1: GUC: Engine reset failed on .+" + ;; esac # 'failed to change power setting' and other errors observed at boot