Merge cherrypicks of ['googleplex-android-review.googlesource.com/29673496', 'googleplex-android-review.googlesource.com/29675386'] into 24Q4-release.
Change-Id: Ic7dc6fc8b9008b0f297d11abc2325d45c8f858a5
This commit is contained in:
commit
e289fe503b
1 changed files with 17 additions and 7 deletions
|
@ -3583,12 +3583,13 @@
|
|||
"Value": "20 80"
|
||||
}
|
||||
],
|
||||
"GpuSysfsPath" : "/sys/devices/platform/1f000000.mali",
|
||||
"AdpfConfig": [
|
||||
{
|
||||
"Name": "REFRESH_120FPS",
|
||||
"PID_On": true,
|
||||
"PID_Po": 2.0,
|
||||
"PID_Pu": 1.0,
|
||||
"PID_Pu": 0.6,
|
||||
"PID_I": 0.0,
|
||||
"PID_I_Init": 200,
|
||||
"PID_I_High": 512,
|
||||
|
@ -3618,7 +3619,9 @@
|
|||
"HBoostUclampMinFloorRange": [230, 410],
|
||||
"JankCheckTimeFactor": 1.2,
|
||||
"LowFrameRateThreshold": 25,
|
||||
"MaxRecordsNum": 300
|
||||
"MaxRecordsNum": 300,
|
||||
"GpuBoost": true,
|
||||
"GpuCapacityBoostMax": 40000
|
||||
},
|
||||
{
|
||||
"Name": "REFRESH_90FPS",
|
||||
|
@ -3654,7 +3657,9 @@
|
|||
"HBoostUclampMinFloorRange": [230, 410],
|
||||
"JankCheckTimeFactor": 1.2,
|
||||
"LowFrameRateThreshold": 25,
|
||||
"MaxRecordsNum": 300
|
||||
"MaxRecordsNum": 300,
|
||||
"GpuBoost": true,
|
||||
"GpuCapacityBoostMax": 32500
|
||||
},
|
||||
{
|
||||
"Name": "REFRESH_60FPS",
|
||||
|
@ -3690,7 +3695,9 @@
|
|||
"HBoostUclampMinFloorRange": [230, 410],
|
||||
"JankCheckTimeFactor": 1.2,
|
||||
"LowFrameRateThreshold": 25,
|
||||
"MaxRecordsNum": 300
|
||||
"MaxRecordsNum": 300,
|
||||
"GpuBoost": true,
|
||||
"GpuCapacityBoostMax": 25000
|
||||
},
|
||||
{
|
||||
"Name": "UiHighBoostWithoutPid",
|
||||
|
@ -3714,7 +3721,8 @@
|
|||
"UclampMax_EfficientOffset": 200,
|
||||
"ReportingRateLimitNs": 1,
|
||||
"TargetTimeFactor": 1.0,
|
||||
"StaleTimeFactor": 5.0
|
||||
"StaleTimeFactor": 5.0,
|
||||
"GpuBoost": false
|
||||
},
|
||||
{
|
||||
"Name": "UiLowBoostWithoutPid",
|
||||
|
@ -3738,7 +3746,8 @@
|
|||
"UclampMax_EfficientOffset": 200,
|
||||
"ReportingRateLimitNs": 1,
|
||||
"TargetTimeFactor": 1.0,
|
||||
"StaleTimeFactor": 5.0
|
||||
"StaleTimeFactor": 5.0,
|
||||
"GpuBoost": false
|
||||
},
|
||||
{
|
||||
"Name": "UiLowNoneBoost",
|
||||
|
@ -3762,7 +3771,8 @@
|
|||
"UclampMax_EfficientOffset": 200,
|
||||
"ReportingRateLimitNs": 1,
|
||||
"TargetTimeFactor": 1.0,
|
||||
"StaleTimeFactor": 5.0
|
||||
"StaleTimeFactor": 5.0,
|
||||
"GpuBoost": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue