powerhint: port util threshold change to comet
Change util_threshold for little cluster to 50%. Keep value at 1280 for CAMERA_STREAMING_LOW/CAMERA_STREAMING_STANDARD Bug: b/316035859 Test: a/b UIBench test in lab Change-Id: I594dd8ccecef6e26dd2c7ae73b4bee79f39f838c Signed-off-by: Chungkai Mei <chungkai@google.com>
This commit is contained in:
parent
ab1ddffa19
commit
e70e81621b
1 changed files with 9 additions and 2 deletions
|
@ -237,9 +237,10 @@
|
|||
"Name": "CPUUtilThreshold",
|
||||
"Path": "/proc/vendor_sched/util_threshold",
|
||||
"Values": [
|
||||
"2048 1280 1280",
|
||||
"1280",
|
||||
"1100",
|
||||
"1100 1024 1100"
|
||||
"1100 1078 1024"
|
||||
],
|
||||
"DefaultIndex": 0,
|
||||
"ResetOnInit": true
|
||||
|
@ -1874,7 +1875,7 @@
|
|||
"Node": "CPUDVFSHeadroom",
|
||||
"Duration": 0,
|
||||
"Value": "1280 1100 1055"
|
||||
},
|
||||
}
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||
"Node": "CDPreferHighCap",
|
||||
|
@ -1941,6 +1942,12 @@
|
|||
"Duration": 0,
|
||||
"Value": "1"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_LOW",
|
||||
"Node": "CPUUtilThreshold",
|
||||
"Duration": 0,
|
||||
"Value": "1280"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_LOW",
|
||||
"Node": "CDPreferHighCap",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue