powerhint: increase boost cap for large UI
Large screen have more elements to be drew and current ADPF boost cap is not high enough. Raise the uclamp.min Cap from BIG 1.42GHz to BIG 1.58GHz Raise the uclamp.min Init from MID 553MHz to MID 696GHz or BIG 500MHz Also remove ADPF 120/90FPS config since the display only supports 60FPS Bug: 257170078 Test: PtsUiBench & Calendar Change-Id: I6865dd7d1237a687f62400a9720624821f342402
This commit is contained in:
parent
a1e87a3f5c
commit
7567ae2d98
1 changed files with 2 additions and 50 deletions
|
@ -1955,54 +1955,6 @@
|
|||
}
|
||||
],
|
||||
"AdpfConfig": [
|
||||
{
|
||||
"Name": "REFRESH_120FPS",
|
||||
"PID_On": true,
|
||||
"PID_Po": 2.0,
|
||||
"PID_Pu": 1.0,
|
||||
"PID_I": 0.0,
|
||||
"PID_I_Init": 200,
|
||||
"PID_I_High": 512,
|
||||
"PID_I_Low": -30,
|
||||
"PID_Do": 500.0,
|
||||
"PID_Du": 0.0,
|
||||
"UclampMin_On": true,
|
||||
"UclampMin_Init": 185,
|
||||
"UclampMin_High": 384,
|
||||
"UclampMin_Low": 2,
|
||||
"SamplingWindow_P": 1,
|
||||
"SamplingWindow_I": 0,
|
||||
"SamplingWindow_D": 1,
|
||||
"ReportingRateLimitNs": 83333330,
|
||||
"EarlyBoost_On": false,
|
||||
"EarlyBoost_TimeFactor": 0.0,
|
||||
"TargetTimeFactor": 1.0,
|
||||
"StaleTimeFactor": 20.0
|
||||
},
|
||||
{
|
||||
"Name": "REFRESH_90FPS",
|
||||
"PID_On": true,
|
||||
"PID_Po": 2.0,
|
||||
"PID_Pu": 1.0,
|
||||
"PID_I": 0.0,
|
||||
"PID_I_Init": 200,
|
||||
"PID_I_High": 512,
|
||||
"PID_I_Low": -30,
|
||||
"PID_Do": 500.0,
|
||||
"PID_Du": 0.0,
|
||||
"UclampMin_On": true,
|
||||
"UclampMin_Init": 129,
|
||||
"UclampMin_High": 384,
|
||||
"UclampMin_Low": 2,
|
||||
"SamplingWindow_P": 1,
|
||||
"SamplingWindow_I": 0,
|
||||
"SamplingWindow_D": 1,
|
||||
"ReportingRateLimitNs": 111111110,
|
||||
"EarlyBoost_On": false,
|
||||
"EarlyBoost_TimeFactor": 0.0,
|
||||
"TargetTimeFactor": 1.0,
|
||||
"StaleTimeFactor": 20.0
|
||||
},
|
||||
{
|
||||
"Name": "REFRESH_60FPS",
|
||||
"PID_On": true,
|
||||
|
@ -2015,8 +1967,8 @@
|
|||
"PID_Do": 500.0,
|
||||
"PID_Du": 0.0,
|
||||
"UclampMin_On": true,
|
||||
"UclampMin_Init": 129,
|
||||
"UclampMin_High": 384,
|
||||
"UclampMin_Init": 145,
|
||||
"UclampMin_High": 411,
|
||||
"UclampMin_Low": 2,
|
||||
"SamplingWindow_P": 1,
|
||||
"SamplingWindow_I": 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue