Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO-NOT-MERGE]temp workarounds for known issues #1214

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ssavati
Copy link

@ssavati ssavati commented Jul 6, 2024

ignore : DRM error Unclaimed access detected prior to suspending
ignore : SDW Parity error detected
workaround : multiple-pipeline, use duration instead of pkill

ignore : DRM error Unclaimed access detected prior to suspending
ignore : SDW Parity error detected
workaround : multiple-pipeline, use duration instead of pkill
@ssavati ssavati force-pushed the workarounds_and_ignore_knownerrors branch from 767bcb0 to cd62455 Compare July 7, 2024 13:50
@@ -149,6 +149,12 @@ trap - EXIT
# TODO explain why we ignore this one and where
ignore_str='error: debugfs write failed to idle -16'

#TWLignore DRM errors
ignore_str="$ignore_str"'|i915 [[:digit:].:]+: \[drm\] \*ERROR\* Unclaimed access detected prior to suspending'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've been deploying the following modprobe.d workaround and it's been working great:

options i915 mmio_debug=-1

https://github.com/intel-innersource/drivers.audio.ci.sof-framework/issues/573

I think you can drop this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants