Move the power role into the CPU role.

This commit is contained in:
Tom Alexander
2023-03-23 16:33:47 -04:00
parent 977e382726
commit 4e957fa959
12 changed files with 3 additions and 58 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 %}