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

Commit fd47bdbb 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

am: 0cb089c9

Change-Id: Ia90183c0f23119b6658aa04a5ffcb2d1951adbe0
parents 362ea2bb 0cb089c9
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;