Adrian Bonislawski

Results 28 comments of Adrian Bonislawski

@RanderWang @kv2019i https://github.com/thesofproject/sof/commit/08cf3d2232e4 revert helps here so basically delay to start host dma helps here and we need driver team help to understand why host delay is required and if...

Fixed in https://github.com/thesofproject/linux/pull/4851 + v8.0.1 opt-in release for older kernel versions, otherwise v8.0 still recommended @udaymb please close if all is good

If everyone should use deployable build then why QB shouldn't?

@andyross is this issue good to close now?

@plbossart my understanding is this is "general budget" for all IPC's, not for a specific IPC (like create pipeline), let's say we don't want to block other tasks (like DP)...

Pushed small update with: - thread priorities (ll, twb, dp, edf) organized in kconfig.threads_prio - added check in schedule_task to determine if it needs to start thread first time or...

@lgirdwood I will switch IPC or IDC task to TWB in this PR so it should be heavily tested in current CI There is also one timeslice change required in...

CI failed on MTL because it is using debug build and assert failed: ``` ASSERTION FAIL [!arch_is_in_isr()] @ ZEPHYR_BASE/kernel/thread.c:662 Threads may not be created in ISRs ``` @nashif how hard...

For debug build problems: Zephyr fix provided to unblock priority setting in ISR: https://github.com/zephyrproject-rtos/zephyr/pull/76522 The remaining problem for _Threads may not be created in ISRs_ is creating LL task which...

Removed hardcoded numbers + new kconfig CONFIG_TWB_IPC_TASK to select scheduler type for IPC so we can now merge TWB scheduler with base functionality