Update power.h

This commit is contained in:
PythonLimited 2018-09-17 15:54:13 +02:00 committed by GitHub
parent 9dee8786a5
commit 21cbb3a80e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,