View Single Post
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#5
Originally Posted by sixwheeledbeast View Post
If you have Kernel Power, yes.

Code:
echo 125000 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies
This should do it, however AFAIK it should be blocked by default.
Peterleinchen is right, and you are right about the fact that it is blocked by default. But setting it as "frequency to be avoided" won't avoid lowering the min. freq back to 125 MHz due to a phone call.
But as it is blocked, your min freq will still be 250 MHz. For that, the new min. value of 125 MHz is bogus.

Code:
cat /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state
will tell you how much a certain frequency is used. If 125000 has a value of 0, it is never used.
 

The Following 3 Users Say Thank You to ade For This Useful Post: