Skip to content

Commit

Permalink
+ profile-tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed May 1, 2013
1 parent 12f0663 commit 54e142a
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions res/customconfig/actions/above_hispeed_delay
Expand Up @@ -11,10 +11,10 @@ if [ "a$2" != "a" ]; then
if [ -f $echoPath ]; then
case "${above_hispeed_delay}" in
battery)
echo "20000 1000000:20000 1200000:30000" > $echoPath;
echo "20000 1000000:20000 1200000:20000" > $echoPath;
;;
default)
echo "20000 1000000:40000 1200000:80000" > $echoPath;
echo "20000 1000000:20000 1200000:30000" > $echoPath;
;;
performance)
echo "20000 1000000:40000 1200000:80000" > $echoPath;
Expand Down
4 changes: 2 additions & 2 deletions res/customconfig/actions/above_hispeed_delay_sleep
Expand Up @@ -11,10 +11,10 @@ if [ "a$2" != "a" ]; then
if [ -f $echoPath ]; then
case "${above_hispeed_delay_sleep}" in
battery)
echo "20000 1000000:20000 1200000:30000" > $echoPath;
echo "20000 1000000:20000 1200000:20000" > $echoPath;
;;
default)
echo "20000 1000000:40000 1200000:80000" > $echoPath;
echo "20000 1000000:20000 1200000:30000" > $echoPath;
;;
performance)
echo "20000 1000000:40000 1200000:80000" > $echoPath;
Expand Down
4 changes: 2 additions & 2 deletions res/customconfig/actions/target_loads
Expand Up @@ -11,10 +11,10 @@ if [ "a$2" != "a" ]; then
if [ -f $echoPath ]; then
case "${target_loads}" in
battery)
echo "70 600000:75 700000:80 800000:85 1000000:90" > $echoPath;
echo "70 600000:75 700000:85 800000:90 1000000:95" > $echoPath;
;;
default)
echo "60 900000:70 1000000:80" > $echoPath;
echo "70 600000:75 700000:80 800000:85 1000000:90" > $echoPath;
;;
performance)
echo "60 900000:65 1000000:70" > $echoPath;
Expand Down
4 changes: 2 additions & 2 deletions res/customconfig/actions/target_loads_sleep
Expand Up @@ -11,10 +11,10 @@ if [ "a$2" != "a" ]; then
if [ -f $echoPath ]; then
case "${target_loads_sleep}" in
battery)
echo "70 600000:75 700000:80 800000:85 1000000:90" > $echoPath;
echo "70 600000:75 700000:85 800000:90 1000000:95" > $echoPath;
;;
default)
echo "60 900000:70 1000000:80" > $echoPath;
echo "70 600000:75 700000:80 800000:85 1000000:90" > $echoPath;
;;
performance)
echo "60 900000:65 1000000:70" > $echoPath;
Expand Down
8 changes: 4 additions & 4 deletions res/customconfig/battery.profile
Expand Up @@ -34,14 +34,14 @@ up_threshold=80
up_threshold_at_min_freq=60
sampling_rate=70000
sampling_down_factor=1
hispeed_freq=800000
hispeed_freq=500000
go_hispeed_load=90
target_loads=default
above_hispeed_delay=default
boostpulse_duration=80000
min_sample_time=40000
timer_rate=20000
timer_slack=80000
min_sample_time=20000
timer_rate=60000
timer_slack=30000
freq_step=20
down_differential=5
freq_for_responsiveness=300000
Expand Down
20 changes: 10 additions & 10 deletions res/customconfig/default.profile 100755 → 100644
@@ -1,5 +1,5 @@
boot_boost=1200000
wakeup_boost=4
wakeup_boost=0
scaling_max_freq=1000000
scaling_max_freq_oc=1200000
scaling_min_freq=200000
Expand Down Expand Up @@ -34,14 +34,14 @@ up_threshold=70
up_threshold_at_min_freq=60
sampling_rate=60000
sampling_down_factor=1
hispeed_freq=800000
hispeed_freq=600000
go_hispeed_load=90
target_loads=default
above_hispeed_delay=default
boostpulse_duration=80000
min_sample_time=40000
timer_rate=20000
timer_slack=80000
min_sample_time=20000
timer_rate=60000
timer_slack=30000
freq_step=20
down_differential=5
freq_for_responsiveness=400000
Expand All @@ -65,12 +65,12 @@ up_threshold_sleep=70
up_threshold_at_min_freq_sleep=70
sampling_rate_sleep=80000
sampling_down_factor_sleep=1
hispeed_freq_sleep=500000
go_hispeed_load_sleep=95
hispeed_freq_sleep=400000
go_hispeed_load_sleep=98
target_loads_sleep=battery
above_hispeed_delay_sleep=default
boostpulse_duration_sleep=60000
min_sample_time_sleep=60000
above_hispeed_delay_sleep=battery
boostpulse_duration_sleep=20000
min_sample_time_sleep=20000
timer_rate_sleep=60000
timer_slack_sleep=90000
freq_step_sleep=20
Expand Down
8 changes: 4 additions & 4 deletions res/customconfig/extreme_battery.profile
Expand Up @@ -34,14 +34,14 @@ up_threshold=85
up_threshold_at_min_freq=60
sampling_rate=80000
sampling_down_factor=1
hispeed_freq=800000
hispeed_freq=500000
go_hispeed_load=95
target_loads=default
above_hispeed_delay=default
boostpulse_duration=80000
min_sample_time=40000
timer_rate=20000
timer_slack=80000
min_sample_time=20000
timer_rate=60000
timer_slack=30000
freq_step=20
down_differential=5
freq_for_responsiveness=200000
Expand Down

0 comments on commit 54e142a

Please sign in to comment.