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:
Chungkai Mei 2024-03-04 06:14:57 +00:00
parent ab1ddffa19
commit e70e81621b

View file

@ -237,9 +237,10 @@
"Name": "CPUUtilThreshold", "Name": "CPUUtilThreshold",
"Path": "/proc/vendor_sched/util_threshold", "Path": "/proc/vendor_sched/util_threshold",
"Values": [ "Values": [
"2048 1280 1280",
"1280", "1280",
"1100", "1100",
"1100 1024 1100" "1100 1078 1024"
], ],
"DefaultIndex": 0, "DefaultIndex": 0,
"ResetOnInit": true "ResetOnInit": true
@ -1874,7 +1875,7 @@
"Node": "CPUDVFSHeadroom", "Node": "CPUDVFSHeadroom",
"Duration": 0, "Duration": 0,
"Value": "1280 1100 1055" "Value": "1280 1100 1055"
}, }
{ {
"PowerHint": "CAMERA_STREAMING_STANDARD", "PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "CDPreferHighCap", "Node": "CDPreferHighCap",
@ -1941,6 +1942,12 @@
"Duration": 0, "Duration": 0,
"Value": "1" "Value": "1"
}, },
{
"PowerHint": "CAMERA_STREAMING_LOW",
"Node": "CPUUtilThreshold",
"Duration": 0,
"Value": "1280"
},
{ {
"PowerHint": "CAMERA_STREAMING_LOW", "PowerHint": "CAMERA_STREAMING_LOW",
"Node": "CDPreferHighCap", "Node": "CDPreferHighCap",