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

Commit bc6c6264 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 am: 59aa529a am: d1584280

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

Change-Id: Iac1a9217d350a284692e672db355693c547f0a27
parents 37023875 d1584280
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2103,7 +2103,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) {