Change the power role to just setting the energy performance preference (epp).

This commit is contained in:
Tom Alexander
2023-03-23 16:09:37 -04:00
parent dd8c2ff937
commit 977e382726
5 changed files with 26 additions and 54 deletions

View File

@@ -0,0 +1,4 @@
# Favor energy efficiency for Speed Shift
{% for core in range(0, cores, 1) %}
w- /sys/devices/system/cpu/cpufreq/policy{{core}}/energy_performance_preference - - - - power
{% endfor %}