Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 367
ll_schedule: refining the scheduling policy to on demand#3768
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
5565c9906afce23452a81ab9a89c159a49fb8409b4f535d45File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -219,8 +219,7 @@ int platform_init(struct sof *sof) | ||
| /* init low latency timer domain and scheduler */ | ||
| sof->platform_timer_domain = | ||
| timer_domain_init(sof->platform_timer, PLATFORM_DEFAULT_CLOCK, | ||
| CONFIG_SYSTICK_PERIOD); | ||
| timer_domain_init(sof->platform_timer, PLATFORM_DEFAULT_CLOCK); | ||
Collaborator There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is ContributorAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I thought about this but didn't check the Kconfig description, agree, at least let me remove the scheduler part form it. | ||
| scheduler_init_ll(sof->platform_timer_domain); | ||
| /* init the system agent */ | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.