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: 205261899 Test: Build Signed-off-by: Wei Wang <wvw@google.com> Change-Id: I55bc3b8ee0f48874dbd731f5f3d648adaacf6798
This commit is contained in:
parent
2b741a51c5
commit
f357b89684
1 changed files with 5 additions and 5 deletions
|
@ -1106,11 +1106,6 @@
|
|||
"Type": "DoHint",
|
||||
"Value": "BOOST_DISPLAY"
|
||||
},
|
||||
{
|
||||
"PowerHint": "DISPLAY_UPDATE_IMMINENT",
|
||||
"Type": "DoHint",
|
||||
"Value": "BOOST_DISPLAY"
|
||||
},
|
||||
{
|
||||
"PowerHint": "BOOST_120HZ",
|
||||
"Node": "TAUClampBoost",
|
||||
|
@ -1196,6 +1191,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