powerhint.json: move display wake hint earlier
Currently it is a KI the vendor group takes time to update through sysfs node. This CL moves display wake earlier than TA boost while waiting for the long term improvement in b/190236772. Bug: 206096713 Test: Build Signed-off-by: Wei Wang <wvw@google.com> Change-Id: I55bc3b8ee0f48874dbd731f5f3d648adaacf6798
This commit is contained in:
parent
9f0eac1cb9
commit
77606acf0b
1 changed files with 5 additions and 5 deletions
|
@ -1209,11 +1209,6 @@
|
|||
"Type": "DoHint",
|
||||
"Value": "BOOST_DISPLAY"
|
||||
},
|
||||
{
|
||||
"PowerHint": "DISPLAY_UPDATE_IMMINENT",
|
||||
"Type": "DoHint",
|
||||
"Value": "BOOST_DISPLAY"
|
||||
},
|
||||
{
|
||||
"PowerHint": "BOOST_120HZ",
|
||||
"Node": "TAUClampBoost",
|
||||
|
@ -1299,6 +1294,11 @@
|
|||
"Duration": 50,
|
||||
"Value": "1"
|
||||
},
|
||||
{
|
||||
"PowerHint": "DISPLAY_UPDATE_IMMINENT",
|
||||
"Type": "DoHint",
|
||||
"Value": "BOOST_DISPLAY"
|
||||
},
|
||||
{
|
||||
"PowerHint": "THERMAL_FLASH_LED_REDUCE_CRITICAL",
|
||||
"Node": "LimitFlashCurrent",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue