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

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

am d839908e: am 504e1f26: Merge "initialize planeAlpha (to 0xFF) for the FB_TARGET" into jb-mr2-dev

* commit 'd839908e':
  initialize planeAlpha (to 0xFF) for the FB_TARGET
parents 4834e453 d839908e
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -512,6 +512,7 @@ status_t HWComposer::createWorkList(int32_t id, size_t numLayers) {
                &disp.framebufferTarget->displayFrame;
                &disp.framebufferTarget->displayFrame;
            disp.framebufferTarget->acquireFenceFd = -1;
            disp.framebufferTarget->acquireFenceFd = -1;
            disp.framebufferTarget->releaseFenceFd = -1;
            disp.framebufferTarget->releaseFenceFd = -1;
            disp.framebufferTarget->planeAlpha = 0xFF;
        }
        }
        disp.list->retireFenceFd = -1;
        disp.list->retireFenceFd = -1;
        disp.list->flags = HWC_GEOMETRY_CHANGED;
        disp.list->flags = HWC_GEOMETRY_CHANGED;