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

[DNM / TEST] ipc4: idc: Print error message if trigger delay is ignored #8153

Conversation

ujfalusi
Copy link
Contributor

@ujfalusi ujfalusi commented Sep 5, 2023

Are we ignoring the delayed trigger on a remote core? Is it happening?
Print out an error if it does.

Are we ignoring the delayed trigger on a remote core?
Is it happening?
Print out an error if it does.

Signed-off-by: Peter Ujfalusi <[email protected]>
Copy link
Member

@lgirdwood lgirdwood left a comment

Choose a reason for hiding this comment

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

Good check.

ret = ipc4_pipeline_trigger(ppl_icd, cmd, &delayed);
if (delayed)
tr_err(&idc_tr,
"[NOT_RIGHT] idc: comp %d: cmd %d is delayed!!",
Copy link
Member

Choose a reason for hiding this comment

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

I would change to "error"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It has not trigger ed in the first test plan run, I will trigger a new one to see if it ever happens.
In theory the likeliness of this check to trigger should be the same as we have delayed trigger in the primary core.

@ujfalusi ujfalusi closed this Oct 25, 2023
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