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

Commit e29fcaca authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 58bf1b35 28dee2c5
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) {