Merge "powerhint: Raise minimum MIF frequency to 546 MHz during screen on" into main

This commit is contained in:
Treehugger Robot 2024-07-10 10:11:35 +00:00 committed by Android (Google) Code Review
commit a3230d8c23

View file

@ -32,7 +32,8 @@
"1539000", "1539000",
"1352000", "1352000",
"1014000", "1014000",
"0" "421000",
"546000"
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
@ -1238,6 +1239,12 @@
"Duration": 33, "Duration": 33,
"Value": "820000" "Value": "820000"
}, },
{
"PowerHint": "DISPLAY_INACTIVE",
"Node": "MemFreq",
"Duration": 0,
"Value": "421000"
},
{ {
"PowerHint": "DISPLAY_INACTIVE", "PowerHint": "DISPLAY_INACTIVE",
"Node": "CPULittleClusterDownRateLimitUs", "Node": "CPULittleClusterDownRateLimitUs",
@ -3267,4 +3274,4 @@
"StaleTimeFactor": 5.0 "StaleTimeFactor": 5.0
} }
] ]
} }