fuji: set max and min frequencies for tlp power modes

This commit is contained in:
2026-01-24 09:00:07 +01:00
parent 38293cf845
commit 00e8abf3d9

View File

@@ -480,6 +480,10 @@ in
# For your Fujitsu U9313X - Intel 13th gen
#CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
#CPU_ENERGY_PERF_POLICY_ON_BAT = "balance_power";
CPU_SCALING_MAX_FREQ_ON_AC = 4700000;
CPU_SCALING_MAX_FREQ_ON_BAT = 3000000;
CPU_SCALING_MIN_FREQ_ON_AC = 400000;
CPU_SCALING_MIN_FREQ_ON_BAT = 400000;
# Optional: CPU boost control
CPU_BOOST_ON_AC = 1;