sm8550-common: Lower down schedutil down rate limit for prime CPU
Since the big and prime clusters consume more power, they should not be prevented from lowering frequencies for longer periods. Instead it should be for the little cluster, that consumes lesser power and has higher load. Change-Id: If8325d2b3c6be0b593716cb8f6bef4316d232e87
This commit is contained in:
@@ -24,8 +24,8 @@
|
|||||||
"Name": "CPULittleClusterUpRateLimit",
|
"Name": "CPULittleClusterUpRateLimit",
|
||||||
"Path": "/sys/devices/system/cpu/cpufreq/policy0/walt/up_rate_limit_us",
|
"Path": "/sys/devices/system/cpu/cpufreq/policy0/walt/up_rate_limit_us",
|
||||||
"Values": [
|
"Values": [
|
||||||
"500",
|
"2000",
|
||||||
"2000"
|
"500"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
@@ -33,8 +33,8 @@
|
|||||||
"Name": "CPULittleClusterDownRateLimit",
|
"Name": "CPULittleClusterDownRateLimit",
|
||||||
"Path": "/sys/devices/system/cpu/cpufreq/policy0/walt/down_rate_limit_us",
|
"Path": "/sys/devices/system/cpu/cpufreq/policy0/walt/down_rate_limit_us",
|
||||||
"Values": [
|
"Values": [
|
||||||
"20000",
|
"2000",
|
||||||
"2000"
|
"20000"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
@@ -65,8 +65,8 @@
|
|||||||
"Name": "CPUBigClusterUpRateLimit",
|
"Name": "CPUBigClusterUpRateLimit",
|
||||||
"Path": "/sys/devices/system/cpu/cpufreq/policy3/walt/up_rate_limit_us",
|
"Path": "/sys/devices/system/cpu/cpufreq/policy3/walt/up_rate_limit_us",
|
||||||
"Values": [
|
"Values": [
|
||||||
"500",
|
"2000",
|
||||||
"2000"
|
"500"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
@@ -74,8 +74,8 @@
|
|||||||
"Name": "CPUBigClusterDownRateLimit",
|
"Name": "CPUBigClusterDownRateLimit",
|
||||||
"Path": "/sys/devices/system/cpu/cpufreq/policy3/walt/down_rate_limit_us",
|
"Path": "/sys/devices/system/cpu/cpufreq/policy3/walt/down_rate_limit_us",
|
||||||
"Values": [
|
"Values": [
|
||||||
"10000",
|
"2000",
|
||||||
"2000"
|
"10000"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
@@ -104,8 +104,8 @@
|
|||||||
"Name": "CPUBigPlusClusterUpRateLimit",
|
"Name": "CPUBigPlusClusterUpRateLimit",
|
||||||
"Path": "/sys/devices/system/cpu/cpufreq/policy7/walt/up_rate_limit_us",
|
"Path": "/sys/devices/system/cpu/cpufreq/policy7/walt/up_rate_limit_us",
|
||||||
"Values": [
|
"Values": [
|
||||||
"500",
|
"2000",
|
||||||
"2000"
|
"500"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
@@ -113,8 +113,8 @@
|
|||||||
"Name": "CPUBigPlusClusterDownRateLimit",
|
"Name": "CPUBigPlusClusterDownRateLimit",
|
||||||
"Path": "/sys/devices/system/cpu/cpufreq/policy7/walt/down_rate_limit_us",
|
"Path": "/sys/devices/system/cpu/cpufreq/policy7/walt/down_rate_limit_us",
|
||||||
"Values": [
|
"Values": [
|
||||||
"5000",
|
"2000",
|
||||||
"2000"
|
"5000"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user