Commit 1a7b6b0
authored
qcs615: Configure RT CPU isolation on best-capacity core (CPU7) for iq-615-evk and qcs615-ride (#1657)
Configure RT-oriented CPU isolation defaults for QCS615 machine configs
by selecting the best-capacity (highest-frequency) core as the dedicated
RT CPU and steering system noise away from it.
CPU7 is chosen as the RT CPU because it is the best-capacity /
highest-frequency core, which helps meet RT latency/throughput needs.
IRQ handling is kept on CPUs 0-6 to reduce interrupt noise on the
isolated RT CPU.
RCU settings are applied to further reduce latency effects on the RT
CPU.
QCOM_CPUIDLE_OFF=1 avoids latency from deep idle state transitions for
RT use-cases.2 files changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments