![]() |
2013-02-26
, 13:20
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#1
|
![]() |
2013-02-26
, 14:12
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#2
|
![]() |
2013-02-26
, 14:43
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#3
|
Yes, of course it is.
React with dbus-settings to the end of call and reset lower limit to 250/500.
But it is not needed as this frequency is blocked in kernel settings and therefore not taken into account. Speaking about kernel-power.
![]() |
2013-02-26
, 17:35
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#4
|
125mhz is not blocked on my device - at the end of each call it is being re-set again - is it possible to block it?
i will use dbus if i'll have no other choice, but i'm looking for a "cleaner" solution
echo 125000 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies
The Following 3 Users Say Thank You to sixwheeledbeast For This Useful Post: | ||
![]() |
2013-02-26
, 18:43
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#5
|
If you have Kernel Power, yes.
This should do it, however AFAIK it should be blocked by default.Code:echo 125000 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies
cat /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state
The Following 3 Users Say Thank You to ade For This Useful Post: | ||
![]() |
2013-02-26
, 21:08
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#6
|
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.
The Following User Says Thank You to sixwheeledbeast For This Useful Post: | ||
![]() |
2013-02-26
, 22:31
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#7
|
![]() |
2013-02-26
, 23:12
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#8
|
![]() |
2013-02-27
, 13:24
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#9
|
If you have Kernel Power, yes.
This should do it, however AFAIK it should be blocked by default.Code:echo 125000 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies
![]() |
2013-02-27
, 15:47
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#10
|
The Following User Says Thank You to reinob For This Useful Post: | ||