Commit 1fe1138
committed
intel: Increase IDC timeout for FPGAs
Blocking IDC is used to call comp_free() for a DP component instantiated
on a different core than its pipeline. On FPGA, unloading an LLEXT module
takes almost 10 ms (for the SRC module, which has a lot of rodata).
In addition, log_flush() takes at least 5 ms if there are some logs
to flush. However, FPGA seems to have a tendency to have more deferred
logs, and log_flush() could take even more time. Let's increase the IDC
timeout for FPGA to 50 ms, compared to 15 ms on silicon.
Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>1 parent d27fb85 commit 1fe1138
File tree
5 files changed
+10
-0
lines changed- app/overlays
- lnl
- mtl
- nvl
- ptl
- wcl
5 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
0 commit comments