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

Commit 0cb089c9 authored by Alec Mouri's avatar Alec Mouri Committed by android-build-merger
Browse files

Merge "Always enable backpressure propagation during GPU composition" into qt-dev

am: 09cf769b

Change-Id: Ie440d29e7d1dd1b151fc0d94807d553f55a7d640
parents 5d57eb20 09cf769b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1632,7 +1632,7 @@ void SurfaceFlinger::onMessageReceived(int32_t what) NO_THREAD_SAFETY_ANALYSIS {
            }

            // For now, only propagate backpressure when missing a hwc frame.
            if (hwcFrameMissed) {
            if (hwcFrameMissed && !gpuFrameMissed) {
                if (mPropagateBackpressure) {
                    signalLayerUpdate();
                    break;