Commit a0d7323
dts; Reduce Prime core power coefficient for better utilization
The default dynamic-power-coefficient for the Prime Core (Cortex-X1)
is set too high (0x2f5), causing the Energy Aware Scheduler (EAS) to
avoid placing tasks on it to save power.
This results in the X1 core being underutilized even during heavy workloads,
causing performance regressions compared to the A78 cluster.
Lower the coefficient to 0x240 to "trick" EAS into migrating tasks
to the Prime core earlier, improving single-thread performance and responsiveness.1 parent 9118e60 commit a0d7323
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13874 | 13874 | | |
13875 | 13875 | | |
13876 | 13876 | | |
13877 | | - | |
| 13877 | + | |
13878 | 13878 | | |
13879 | 13879 | | |
13880 | 13880 | | |
| |||
0 commit comments