Skip to content

Commit a0d7323

Browse files
elitetest1FPSensor
authored andcommitted
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

File tree

arch/arm64/boot/dts/exynos/exynos2100.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13874,7 +13874,7 @@
1387413874
compatible = "arm,hera", "arm,armv8";
1387513875
reg = <0x00 0x700>;
1387613876
capacity-dmips-mhz = <0x3e5>;
13877-
dynamic-power-coefficient = <0x2f5>;
13877+
dynamic-power-coefficient = <0x240>;
1387813878
enable-method = "psci";
1387913879
cpu-idle-states = <0x108>;
1388013880
sched-energy-data = <0x109>;

0 commit comments

Comments
 (0)