Merge "adpf☄️ add hboost junk detection time factor into power hint json files." into 24D1-dev

This commit is contained in:
Wei Wang 2024-04-16 03:50:58 +00:00 committed by Android (Google) Code Review
commit a736ef8632

View file

@ -3056,6 +3056,7 @@
"HBoostOffMissedCycles": 5, "HBoostOffMissedCycles": 5,
"HBoostPidPuFactor": 0.5, "HBoostPidPuFactor": 0.5,
"HBoostUclampMin": 722, "HBoostUclampMin": 722,
"JunkCheckTimeFactor": 1.2,
"LowFrameRateThreshold": 25, "LowFrameRateThreshold": 25,
"MaxRecordsNum": 300 "MaxRecordsNum": 300
}, },
@ -3088,6 +3089,7 @@
"HBoostOffMissedCycles": 5, "HBoostOffMissedCycles": 5,
"HBoostPidPuFactor": 0.5, "HBoostPidPuFactor": 0.5,
"HBoostUclampMin": 722, "HBoostUclampMin": 722,
"JunkCheckTimeFactor": 1.2,
"LowFrameRateThreshold": 25, "LowFrameRateThreshold": 25,
"MaxRecordsNum": 300 "MaxRecordsNum": 300
}, },
@ -3120,6 +3122,7 @@
"HBoostOffMissedCycles": 5, "HBoostOffMissedCycles": 5,
"HBoostPidPuFactor": 0.5, "HBoostPidPuFactor": 0.5,
"HBoostUclampMin": 722, "HBoostUclampMin": 722,
"JunkCheckTimeFactor": 1.2,
"LowFrameRateThreshold": 25, "LowFrameRateThreshold": 25,
"MaxRecordsNum": 300 "MaxRecordsNum": 300
}, },