Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf410486 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "SurfaceFlinger: Enable ealy offset for reused client composition" into...

Merge "SurfaceFlinger: Enable ealy offset for reused client composition" into rvc-d1-dev am: e29fcaca

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/12086962

Change-Id: I4f58f0ea8e443d82eb1bc97e11280e743263310f
parents d9599a51 e29fcaca
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2121,7 +2121,8 @@ void SurfaceFlinger::onMessageRefresh() {
        mTimeStats->incrementCompositionStrategyChanges();
    }

    mVSyncModulator->onRefreshed(mHadClientComposition);
    // TODO: b/160583065 Enable skip validation when SF caches all client composition layers
    mVSyncModulator->onRefreshed(mHadClientComposition || mReusedClientComposition);

    mLayersWithQueuedFrames.clear();
    if (mVisibleRegionsDirty) {