Skip to content

Commit eb0a3f2

Browse files
committed
tools: sof-kernel-log-check.sh: Add all drm errors
Ignore all drm errors Signed-off-by: Pawel Langowski <pawelx.langowski@intel.com>
1 parent 29377c4 commit eb0a3f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/sof-kernel-log-check.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,8 @@ ignore_str="$ignore_str"'|I/O error, dev loop., sector 0 op 0x0:.READ. flags 0x8
444444
# https://github.com/thesofproject/sof-test/issues/888
445445
ignore_str="$ignore_str"'|nvme0: Admin Cmd\(0x[[:digit:]]+\), I/O Error \(sct 0x0 / sc 0x2\)'
446446

447-
ignore_str="$ignore_str"'kernel: xe 0000:00:02.0: \[drm\] Tile0: GT1: { key 0x0002 : 64b value 0xfec00000 } # ggtt_size'
448-
ignore_str="$ignore_str"'kernel: xe 0000:00:02.0: \[drm\] \*ERROR\* Tile0: GT1: PF: Failed to push self configuration \(-ECANCELED\)'
447+
ignore_str="$ignore_str"'|kernel: xe 0000:00:02.0: \[drm\]'
448+
449449
#
450450
# SDW related logs
451451
#

0 commit comments

Comments
 (0)