mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
Update power.h
This commit is contained in:
parent
9dee8786a5
commit
21cbb3a80e
1 changed files with 6 additions and 6 deletions
|
@ -46,8 +46,8 @@ static power_profile profiles[PROFILE_MAX] = {
|
|||
.boostpulse_duration = 0,
|
||||
.go_hispeed_load = 90,
|
||||
.go_hispeed_load_off = 90,
|
||||
.hispeed_freq = 800000,
|
||||
.hispeed_freq_off = 800000,
|
||||
.hispeed_freq = 787200,
|
||||
.hispeed_freq_off = 787200,
|
||||
.min_sample_time = 60000,
|
||||
.timer_rate = 20000,
|
||||
.above_hispeed_delay = 20000,
|
||||
|
@ -63,7 +63,7 @@ static power_profile profiles[PROFILE_MAX] = {
|
|||
.go_hispeed_load = 80,
|
||||
.go_hispeed_load_off = 90,
|
||||
.hispeed_freq = 998400,
|
||||
.hispeed_freq_off = 800000,
|
||||
.hispeed_freq_off = 787200,
|
||||
.min_sample_time = 60000,
|
||||
.timer_rate = 20000,
|
||||
.above_hispeed_delay = 20000,
|
||||
|
@ -88,7 +88,7 @@ static power_profile profiles[PROFILE_MAX] = {
|
|||
.target_loads = 60,
|
||||
.target_loads_off = 70,
|
||||
.scaling_max_freq = 1401600,
|
||||
.scaling_min_freq = 800000,
|
||||
.scaling_min_freq = 787200,
|
||||
.scaling_min_freq_off = 300000,
|
||||
},
|
||||
[PROFILE_BIAS_POWER_SAVE] = {
|
||||
|
@ -96,8 +96,8 @@ static power_profile profiles[PROFILE_MAX] = {
|
|||
.boostpulse_duration = 40000,
|
||||
.go_hispeed_load = 90,
|
||||
.go_hispeed_load_off = 90,
|
||||
.hispeed_freq = 800000,
|
||||
.hispeed_freq_off = 800000,
|
||||
.hispeed_freq = 787200,
|
||||
.hispeed_freq_off = 787200,
|
||||
.min_sample_time = 60000,
|
||||
.timer_rate = 20000,
|
||||
.above_hispeed_delay = 20000,
|
||||
|
|
Loading…
Reference in a new issue