sm6375-common: power-libperfmgr: ADPF: send ADPF_FIRST_FRAME hint

To send ADPF_FIRST_FRAME hint when reportWorkDurations was called first
time after stale state.

Bug: 243025173
Test: PtsUiBench & CUJ
Change-Id: I4377b1f549646bcf44bdf26b2657b7bc0646f9a4
Merged-In: I4377b1f549646bcf44bdf26b2657b7bc0646f9a4
This commit is contained in:
Jimmy Shiu 2024-07-18 20:16:00 +05:30 committed by Anand S
parent f4fd4bcd5c
commit 5e76a2a191
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61

View file

@ -341,6 +341,9 @@ ndk::ScopedAStatus PowerHintSession::reportActualWorkDuration(
mLastUpdatedTime.store(std::chrono::steady_clock::now());
if (isFirstFrame) {
if (isAppSession()) {
tryToSendPowerHint("ADPF_FIRST_FRAME");
}
updateUniveralBoostMode();
}