We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b95c3 commit acc4802Copy full SHA for acc4802
1 file changed
tools/sof-kernel-log-check.sh
@@ -283,6 +283,11 @@ case "$platform" in
283
# i915 0000:00:02.0: [drm] *ERROR* AUX A/DDI A/PHY A: not done (status 0xad4003ff)
284
ignore_str="$ignore_str"'|i915 [[:digit:].:]+: \[drm\] \*ERROR\* AUX .+'
285
;;
286
+ ehl)
287
+ # i915 crtc logs can be ignored
288
+ # origin logs seen on EHL_RVP_I2S platforms
289
+ # i915 0000:00:02.0: [drm] *ERROR* Suspending crtc's failed with -22
290
+ ignore_str="$ignore_str""|i915 [[:digit:].:]+: \[drm\] \*ERROR\* Suspending crtc's failed with -[[:digit:]]+"
291
esac
292
293
# below are new error level kernel logs from journalctl --priority=err
0 commit comments