Commit aec3c0b
committed
LL: add NOTIFIER_ID_LL_PRE_RUN to scheduler
Recalculation of DP tasks states - readiness and deadlines -
need to be called every time situation may change, that includes:
- start of LL processing
- end of LL processing
- end of processing of any DP module
this commit adds NOTIFIER_ID_LL_PRE_RUN to allow pre-ll call
to DP scheduler
Signed-off-by: Marcin Szkudlinski <marcin.szkudlinski@intel.com>1 parent 8ce465e commit aec3c0b
File tree
3 files changed
+7
-0
lines changed- src
- include/sof/lib
- schedule
3 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
316 | 319 | | |
317 | 320 | | |
318 | 321 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
179 | 182 | | |
180 | 183 | | |
181 | 184 | | |
| |||
0 commit comments