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

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

Merge "HWC2: Initialize retire fence to -1"

parents 2dd49ff7 847650b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -929,7 +929,7 @@ Error Display::getReleaseFences(

Error Display::present(sp<Fence>* outPresentFence)
{
    int32_t presentFenceFd = 0;
    int32_t presentFenceFd = -1;
#ifdef BYPASS_IHWC
    int32_t intError = mDevice.mPresentDisplay(mDevice.mHwcDevice, mId,
            &presentFenceFd);