Reduce Downrate Limit for lit and mid cores

Refer to ag/28864349

Bug: 354085984
Bug: 342502377
Test: Build pass, Boot to home
Test: Overall CPU power saving ~7mW (https://docs.google.com/spreadsheets/d/1RiRoVBtn7ZNMOk-6GD8UVg5gHQmDWw3DI51YU3Yef2U/edit?usp=sharing)
Flag: EXEMPT resource file change only
Change-Id: I19bdbf58e9d87cedc291af71b5ea33fd9455b480
This commit is contained in:
Pointer Kung 2024-08-16 02:28:37 +00:00
parent d0a87d4497
commit a3e97f3bfc

View file

@ -111,6 +111,7 @@
"Values": [ "Values": [
"5000", "5000",
"2000", "2000",
"1000",
"500" "500"
], ],
"DefaultIndex": 0, "DefaultIndex": 0,
@ -149,6 +150,7 @@
"Path": "/sys/devices/system/cpu/cpu4/cpufreq/sched_pixel/down_rate_limit_us", "Path": "/sys/devices/system/cpu/cpu4/cpufreq/sched_pixel/down_rate_limit_us",
"Values": [ "Values": [
"20000", "20000",
"5000",
"3000", "3000",
"2000", "2000",
"500" "500"
@ -2036,13 +2038,13 @@
"PowerHint": "CAMERA_STREAMING_EXTREME", "PowerHint": "CAMERA_STREAMING_EXTREME",
"Node": "CPULittleClusterDownRateLimitUs", "Node": "CPULittleClusterDownRateLimitUs",
"Duration": 0, "Duration": 0,
"Value": "5000" "Value": "1000"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_EXTREME", "PowerHint": "CAMERA_STREAMING_EXTREME",
"Node": "CPUMidClusterDownRateLimitUs", "Node": "CPUMidClusterDownRateLimitUs",
"Duration": 0, "Duration": 0,
"Value": "20000" "Value": "5000"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_EXTREME", "PowerHint": "CAMERA_STREAMING_EXTREME",
@ -2216,13 +2218,13 @@
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "CPULittleClusterDownRateLimitUs", "Node": "CPULittleClusterDownRateLimitUs",
"Duration": 0, "Duration": 0,
"Value": "5000" "Value": "1000"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "CPUMidClusterDownRateLimitUs", "Node": "CPUMidClusterDownRateLimitUs",
"Duration": 0, "Duration": 0,
"Value": "20000" "Value": "5000"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",
@ -2426,13 +2428,13 @@
"PowerHint": "CAMERA_STREAMING_STANDARD", "PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "CPULittleClusterDownRateLimitUs", "Node": "CPULittleClusterDownRateLimitUs",
"Duration": 0, "Duration": 0,
"Value": "5000" "Value": "1000"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_STANDARD", "PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "CPUMidClusterDownRateLimitUs", "Node": "CPUMidClusterDownRateLimitUs",
"Duration": 0, "Duration": 0,
"Value": "20000" "Value": "5000"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_STANDARD", "PowerHint": "CAMERA_STREAMING_STANDARD",