powerhint: Add Adpf Profiles for L10 am: 0a966c52ae
am: 283c25681a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/17821909 Change-Id: Ib6873554e1dea47683bf5f04441422e3d39a5d91 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
986ef78a65
148
powerhint.json
148
powerhint.json
@ -1293,5 +1293,151 @@
|
|||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "0-3"
|
"Value": "0-3"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"AdpfConfig": [
|
||||||
|
{
|
||||||
|
"Name": "REFRESH_120FPS",
|
||||||
|
"PID_On": true,
|
||||||
|
"PID_Po": 2.0,
|
||||||
|
"PID_Pu": 1.0,
|
||||||
|
"PID_I": 0.001,
|
||||||
|
"PID_I_Init": 200,
|
||||||
|
"PID_I_High": 512,
|
||||||
|
"PID_I_Low": -30,
|
||||||
|
"PID_Do": 500.0,
|
||||||
|
"PID_Du": 0.0,
|
||||||
|
"UclampMin_On": true,
|
||||||
|
"UclampMin_Granularity": 5,
|
||||||
|
"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.001,
|
||||||
|
"PID_I_Init": 200,
|
||||||
|
"PID_I_High": 512,
|
||||||
|
"PID_I_Low": -30,
|
||||||
|
"PID_Do": 500.0,
|
||||||
|
"PID_Du": 0.0,
|
||||||
|
"UclampMin_On": true,
|
||||||
|
"UclampMin_Granularity": 5,
|
||||||
|
"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,
|
||||||
|
"PID_Po": 2.0,
|
||||||
|
"PID_Pu": 1.0,
|
||||||
|
"PID_I": 0.001,
|
||||||
|
"PID_I_Init": 200,
|
||||||
|
"PID_I_High": 512,
|
||||||
|
"PID_I_Low": -30,
|
||||||
|
"PID_Do": 500.0,
|
||||||
|
"PID_Du": 0.0,
|
||||||
|
"UclampMin_On": true,
|
||||||
|
"UclampMin_Granularity": 5,
|
||||||
|
"UclampMin_High": 384,
|
||||||
|
"UclampMin_Low": 2,
|
||||||
|
"SamplingWindow_P": 1,
|
||||||
|
"SamplingWindow_I": 0,
|
||||||
|
"SamplingWindow_D": 1,
|
||||||
|
"ReportingRateLimitNs": 166666660,
|
||||||
|
"EarlyBoost_On": false,
|
||||||
|
"EarlyBoost_TimeFactor": 0.0,
|
||||||
|
"TargetTimeFactor": 1.0,
|
||||||
|
"StaleTimeFactor": 20.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "UiHighBoostWithoutPid",
|
||||||
|
"PID_On": false,
|
||||||
|
"PID_Po": 0,
|
||||||
|
"PID_Pu": 0,
|
||||||
|
"PID_I": 0,
|
||||||
|
"PID_I_Init": 0,
|
||||||
|
"PID_I_High": 0,
|
||||||
|
"PID_I_Low": 0,
|
||||||
|
"PID_Do": 0,
|
||||||
|
"PID_Du": 0,
|
||||||
|
"SamplingWindow_P": 1,
|
||||||
|
"SamplingWindow_I": 1,
|
||||||
|
"SamplingWindow_D": 1,
|
||||||
|
"UclampMin_On": true,
|
||||||
|
"UclampMin_Granularity": 0,
|
||||||
|
"UclampMin_High": 157,
|
||||||
|
"UclampMin_Low": 157,
|
||||||
|
"ReportingRateLimitNs": 1,
|
||||||
|
"EarlyBoost_On": false,
|
||||||
|
"EarlyBoost_TimeFactor": 0.0,
|
||||||
|
"TargetTimeFactor": 1.0,
|
||||||
|
"StaleTimeFactor": 5.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "UiLowBoostWithoutPid",
|
||||||
|
"PID_On": false,
|
||||||
|
"PID_Po": 0,
|
||||||
|
"PID_Pu": 0,
|
||||||
|
"PID_I": 0,
|
||||||
|
"PID_I_Init": 0,
|
||||||
|
"PID_I_High": 0,
|
||||||
|
"PID_I_Low": 0,
|
||||||
|
"PID_Do": 0,
|
||||||
|
"PID_Du": 0,
|
||||||
|
"SamplingWindow_P": 1,
|
||||||
|
"SamplingWindow_I": 1,
|
||||||
|
"SamplingWindow_D": 1,
|
||||||
|
"UclampMin_On": true,
|
||||||
|
"UclampMin_Granularity": 0,
|
||||||
|
"UclampMin_High": 42,
|
||||||
|
"UclampMin_Low": 42,
|
||||||
|
"ReportingRateLimitNs": 1,
|
||||||
|
"EarlyBoost_On": false,
|
||||||
|
"EarlyBoost_TimeFactor": 0.0,
|
||||||
|
"TargetTimeFactor": 1.0,
|
||||||
|
"StaleTimeFactor": 5.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "UiLowNoneBoost",
|
||||||
|
"PID_On": false,
|
||||||
|
"PID_Po": 0,
|
||||||
|
"PID_Pu": 0,
|
||||||
|
"PID_I": 0,
|
||||||
|
"PID_I_Init": 0,
|
||||||
|
"PID_I_High": 0,
|
||||||
|
"PID_I_Low": 0,
|
||||||
|
"PID_Do": 0,
|
||||||
|
"PID_Du": 0,
|
||||||
|
"SamplingWindow_P": 1,
|
||||||
|
"SamplingWindow_I": 1,
|
||||||
|
"SamplingWindow_D": 1,
|
||||||
|
"UclampMin_On": true,
|
||||||
|
"UclampMin_Granularity": 0,
|
||||||
|
"UclampMin_High": 0,
|
||||||
|
"UclampMin_Low": 0,
|
||||||
|
"ReportingRateLimitNs": 1,
|
||||||
|
"EarlyBoost_On": false,
|
||||||
|
"EarlyBoost_TimeFactor": 0.0,
|
||||||
|
"TargetTimeFactor": 1.0,
|
||||||
|
"StaleTimeFactor": 5.0
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user