cpupower icon indicating copy to clipboard operation
cpupower copied to clipboard

Tl/set governor on turbo state

Open tonylambiris opened this issue 6 years ago • 4 comments

This will set the governor policy when switching turbo states:

➜ sudo ./src/cpufreqctl turbo get
0
➜ find /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor -exec cat {} + | uniq
powersave
➜ sudo ./src/cpufreqctl turbo 1
➜ sudo ./src/cpufreqctl turbo get
1
➜ find /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor -exec cat {} + | uniq
performance

tonylambiris avatar Jun 20 '19 23:06 tonylambiris

@martin31821 if I could get an extra set of eyes and opinion on this, thanks!

tonylambiris avatar Jun 21 '19 16:06 tonylambiris

I'll take a look, maybe @fin_ger too?

martin31821 avatar Jun 21 '19 18:06 martin31821

@tonylambiris What's the point on setting the governer to powersave when turbo boost is disabled? Also, I'd like to cherry pick the relevant commits, since there are some changes.

martin31821 avatar Jun 24 '19 06:06 martin31821

I think setting the governor in the profile settings is the more appropriate way of integrating a governor selection into the extension. I don't think the governor should be coupled with the turbo boost setting.

fin-ger avatar Feb 17 '20 11:02 fin-ger