powerhint: fix DISPLAY_UPDATE_IMMINENT down_rate_limit hint
Bug: b/283319548 Test: Check traces during screen off to on transition Change-Id: Ia37d1a3aa20d3f385ea5885c5d6a967cbdf52704
This commit is contained in:
parent
619eb0e4d1
commit
29f7f5e0a2
2 changed files with 6 additions and 6 deletions
|
@ -2110,19 +2110,19 @@
|
||||||
{
|
{
|
||||||
"PowerHint": "DISPLAY_UPDATE_IMMINENT",
|
"PowerHint": "DISPLAY_UPDATE_IMMINENT",
|
||||||
"Node": "CPULittleClusterDownRateLimitUs",
|
"Node": "CPULittleClusterDownRateLimitUs",
|
||||||
"Duration": 0,
|
"Duration": 50,
|
||||||
"Value": "5000"
|
"Value": "5000"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "DISPLAY_UPDATE_IMMINENT",
|
"PowerHint": "DISPLAY_UPDATE_IMMINENT",
|
||||||
"Node": "CPUMidClusterDownRateLimitUs",
|
"Node": "CPUMidClusterDownRateLimitUs",
|
||||||
"Duration": 0,
|
"Duration": 50,
|
||||||
"Value": "20000"
|
"Value": "20000"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "DISPLAY_UPDATE_IMMINENT",
|
"PowerHint": "DISPLAY_UPDATE_IMMINENT",
|
||||||
"Node": "CPUBigClusterDownRateLimitUs",
|
"Node": "CPUBigClusterDownRateLimitUs",
|
||||||
"Duration": 0,
|
"Duration": 50,
|
||||||
"Value": "20000"
|
"Value": "20000"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -846,19 +846,19 @@
|
||||||
{
|
{
|
||||||
"PowerHint": "DISPLAY_INACTIVE",
|
"PowerHint": "DISPLAY_INACTIVE",
|
||||||
"Node": "CPULittleClusterDownRateLimitUs",
|
"Node": "CPULittleClusterDownRateLimitUs",
|
||||||
"Duration": 0,
|
"Duration": 50,
|
||||||
"Value": "500"
|
"Value": "500"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "DISPLAY_INACTIVE",
|
"PowerHint": "DISPLAY_INACTIVE",
|
||||||
"Node": "CPUMidClusterDownRateLimitUs",
|
"Node": "CPUMidClusterDownRateLimitUs",
|
||||||
"Duration": 0,
|
"Duration": 50,
|
||||||
"Value": "500"
|
"Value": "500"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "DISPLAY_INACTIVE",
|
"PowerHint": "DISPLAY_INACTIVE",
|
||||||
"Node": "CPUBigClusterDownRateLimitUs",
|
"Node": "CPUBigClusterDownRateLimitUs",
|
||||||
"Duration": 0,
|
"Duration": 50,
|
||||||
"Value": "500"
|
"Value": "500"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue