Merge "powerhint: fix DISPLAY_UPDATE_IMMINENT down_rate_limit hint" into udc-d1-dev am: 611de5d6dc
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/23449653 Change-Id: Ifd8f025f994413ac10c013cdfaa9825a23e7bdf8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
602f8c7754
2 changed files with 6 additions and 6 deletions
|
@ -2110,19 +2110,19 @@
|
|||
{
|
||||
"PowerHint": "DISPLAY_UPDATE_IMMINENT",
|
||||
"Node": "CPULittleClusterDownRateLimitUs",
|
||||
"Duration": 0,
|
||||
"Duration": 50,
|
||||
"Value": "5000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "DISPLAY_UPDATE_IMMINENT",
|
||||
"Node": "CPUMidClusterDownRateLimitUs",
|
||||
"Duration": 0,
|
||||
"Duration": 50,
|
||||
"Value": "20000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "DISPLAY_UPDATE_IMMINENT",
|
||||
"Node": "CPUBigClusterDownRateLimitUs",
|
||||
"Duration": 0,
|
||||
"Duration": 50,
|
||||
"Value": "20000"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -846,19 +846,19 @@
|
|||
{
|
||||
"PowerHint": "DISPLAY_INACTIVE",
|
||||
"Node": "CPULittleClusterDownRateLimitUs",
|
||||
"Duration": 0,
|
||||
"Duration": 50,
|
||||
"Value": "500"
|
||||
},
|
||||
{
|
||||
"PowerHint": "DISPLAY_INACTIVE",
|
||||
"Node": "CPUMidClusterDownRateLimitUs",
|
||||
"Duration": 0,
|
||||
"Duration": 50,
|
||||
"Value": "500"
|
||||
},
|
||||
{
|
||||
"PowerHint": "DISPLAY_INACTIVE",
|
||||
"Node": "CPUBigClusterDownRateLimitUs",
|
||||
"Duration": 0,
|
||||
"Duration": 50,
|
||||
"Value": "500"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue