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

Commit 5bacca62 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android Git Automerger
Browse files

am 4fb6416e: Merge "we need to guarantee that h/w comp set() is called when a...

am 4fb6416e: Merge "we need to guarantee that h/w comp set() is called when a buffer has been retired" into ics-mr0

* commit '4fb6416e3a21031a88921a784ae62b13d8a1a39f':
  we need to guarantee that h/w comp set() is called when a buffer has been retired
parents 2532077b 1d011ec8
Loading
Loading
Loading
Loading
+7 −9
Original line number Diff line number Diff line
@@ -445,7 +445,6 @@ bool SurfaceFlinger::threadLoop()

void SurfaceFlinger::postFramebuffer()
{
    if (!mSwapRegion.isEmpty()) {
    const DisplayHardware& hw(graphicPlane(0).displayHardware());
    const nsecs_t now = systemTime();
    mDebugInSwapBuffers = now;
@@ -454,7 +453,6 @@ void SurfaceFlinger::postFramebuffer()
    mDebugInSwapBuffers = 0;
    mSwapRegion.clear();
}
}

void SurfaceFlinger::handleConsoleEvents()
{