Skip to content

Commit 107c5f1

Browse files
committed
tools: sof-kernel-log-check.sh: Add another drm error to ignore_str
Add (-ETIME) drm error to ignore string Signed-off-by: Pawel Langowski <pawelx.langowski@intel.com>
1 parent 29377c4 commit 107c5f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/sof-kernel-log-check.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,8 @@ ignore_str="$ignore_str"'|nvme0: Admin Cmd\(0x[[:digit:]]+\), I/O Error \(sct 0x
446446

447447
ignore_str="$ignore_str"'kernel: xe 0000:00:02.0: \[drm\] Tile0: GT1: { key 0x0002 : 64b value 0xfec00000 } # ggtt_size'
448448
ignore_str="$ignore_str"'kernel: xe 0000:00:02.0: \[drm\] \*ERROR\* Tile0: GT1: PF: Failed to push self configuration \(-ECANCELED\)'
449+
ignore_str="$ignore_str"'kernel: xe 0000:00:02.0: \[drm\] \*ERROR\* Tile0: GT1: PF: Failed to push self configuration \(-ETIME\)'
450+
449451
#
450452
# SDW related logs
451453
#

0 commit comments

Comments
 (0)