Skip to content

Commit

Permalink
sof-kernel-log-check.sh: add a filter for Dell TGLH
Browse files Browse the repository at this point in the history
This patch will ignore CPU the stepping warning after boot.

Signed-off-by: Keqiao Zhang <[email protected]>
  • Loading branch information
keqiaozhang authored and marc-hb committed Jul 5, 2023
1 parent 64ba51d commit 6f79482
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/sof-kernel-log-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ ignore_str="$ignore_str"'|acpi device:00: Failed to change power state to D3hot'
# BugLink: https://github.com/thesofproject/sof-test/issues/374
ignore_str="$ignore_str"'|i915 0000:00:02\.0: \[drm\] \*ERROR\* TC cold unblock failed'
ignore_str="$ignore_str"'|i915 0000:00:02\.0: \[drm\] \*ERROR\* TC cold block failed'
# Dell TGLH SIF 15 laptop. ignore CPU stepping warning
ignore_str="$ignore_str"'|i915 0000:00:02\.0: \[drm\] \*ERROR\* This is a pre-production stepping. It may not be fully functional'
# An error observed on ICL RVP: "[drm] *ERROR* CPU pipe A FIFO underrun"
ignore_str="$ignore_str"'|\[drm\] \*ERROR\* CPU pipe . FIFO underrun'
# BugLink: https://github.com/thesofproject/sof-test/issues/753
Expand Down

0 comments on commit 6f79482

Please sign in to comment.