Snap for 12458821 from bb48ea5f64
to 25Q1-release
Change-Id: I021a3bf5ad099188356f34744f55e45e194f7662
This commit is contained in:
commit
a22017f975
1 changed files with 17 additions and 7 deletions
|
@ -3586,12 +3586,13 @@
|
||||||
"Value": "20 80"
|
"Value": "20 80"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"GpuSysfsPath" : "/sys/devices/platform/1f000000.mali",
|
||||||
"AdpfConfig": [
|
"AdpfConfig": [
|
||||||
{
|
{
|
||||||
"Name": "REFRESH_120FPS",
|
"Name": "REFRESH_120FPS",
|
||||||
"PID_On": true,
|
"PID_On": true,
|
||||||
"PID_Po": 2.0,
|
"PID_Po": 2.0,
|
||||||
"PID_Pu": 1.0,
|
"PID_Pu": 0.6,
|
||||||
"PID_I": 0.0,
|
"PID_I": 0.0,
|
||||||
"PID_I_Init": 200,
|
"PID_I_Init": 200,
|
||||||
"PID_I_High": 512,
|
"PID_I_High": 512,
|
||||||
|
@ -3621,7 +3622,9 @@
|
||||||
"HBoostUclampMinFloorRange": [230, 410],
|
"HBoostUclampMinFloorRange": [230, 410],
|
||||||
"JankCheckTimeFactor": 1.2,
|
"JankCheckTimeFactor": 1.2,
|
||||||
"LowFrameRateThreshold": 25,
|
"LowFrameRateThreshold": 25,
|
||||||
"MaxRecordsNum": 300
|
"MaxRecordsNum": 300,
|
||||||
|
"GpuBoost": true,
|
||||||
|
"GpuCapacityBoostMax": 40000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "REFRESH_90FPS",
|
"Name": "REFRESH_90FPS",
|
||||||
|
@ -3657,7 +3660,9 @@
|
||||||
"HBoostUclampMinFloorRange": [230, 410],
|
"HBoostUclampMinFloorRange": [230, 410],
|
||||||
"JankCheckTimeFactor": 1.2,
|
"JankCheckTimeFactor": 1.2,
|
||||||
"LowFrameRateThreshold": 25,
|
"LowFrameRateThreshold": 25,
|
||||||
"MaxRecordsNum": 300
|
"MaxRecordsNum": 300,
|
||||||
|
"GpuBoost": true,
|
||||||
|
"GpuCapacityBoostMax": 32500
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "REFRESH_60FPS",
|
"Name": "REFRESH_60FPS",
|
||||||
|
@ -3693,7 +3698,9 @@
|
||||||
"HBoostUclampMinFloorRange": [230, 410],
|
"HBoostUclampMinFloorRange": [230, 410],
|
||||||
"JankCheckTimeFactor": 1.2,
|
"JankCheckTimeFactor": 1.2,
|
||||||
"LowFrameRateThreshold": 25,
|
"LowFrameRateThreshold": 25,
|
||||||
"MaxRecordsNum": 300
|
"MaxRecordsNum": 300,
|
||||||
|
"GpuBoost": true,
|
||||||
|
"GpuCapacityBoostMax": 25000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "UiHighBoostWithoutPid",
|
"Name": "UiHighBoostWithoutPid",
|
||||||
|
@ -3717,7 +3724,8 @@
|
||||||
"UclampMax_EfficientOffset": 200,
|
"UclampMax_EfficientOffset": 200,
|
||||||
"ReportingRateLimitNs": 1,
|
"ReportingRateLimitNs": 1,
|
||||||
"TargetTimeFactor": 1.0,
|
"TargetTimeFactor": 1.0,
|
||||||
"StaleTimeFactor": 5.0
|
"StaleTimeFactor": 5.0,
|
||||||
|
"GpuBoost": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "UiLowBoostWithoutPid",
|
"Name": "UiLowBoostWithoutPid",
|
||||||
|
@ -3741,7 +3749,8 @@
|
||||||
"UclampMax_EfficientOffset": 200,
|
"UclampMax_EfficientOffset": 200,
|
||||||
"ReportingRateLimitNs": 1,
|
"ReportingRateLimitNs": 1,
|
||||||
"TargetTimeFactor": 1.0,
|
"TargetTimeFactor": 1.0,
|
||||||
"StaleTimeFactor": 5.0
|
"StaleTimeFactor": 5.0,
|
||||||
|
"GpuBoost": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "UiLowNoneBoost",
|
"Name": "UiLowNoneBoost",
|
||||||
|
@ -3765,7 +3774,8 @@
|
||||||
"UclampMax_EfficientOffset": 200,
|
"UclampMax_EfficientOffset": 200,
|
||||||
"ReportingRateLimitNs": 1,
|
"ReportingRateLimitNs": 1,
|
||||||
"TargetTimeFactor": 1.0,
|
"TargetTimeFactor": 1.0,
|
||||||
"StaleTimeFactor": 5.0
|
"StaleTimeFactor": 5.0,
|
||||||
|
"GpuBoost": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue