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

Commit ad780557 authored by Jesse Hall's avatar Jesse Hall Committed by Android Git Automerger
Browse files

am 2d32aa59: am 356c2386: Merge "Provide virtual display output buffer to HWC...

am 2d32aa59: am 356c2386: Merge "Provide virtual display output buffer to HWC in prepare" into klp-dev

* commit '2d32aa59':
  Provide virtual display output buffer to HWC in prepare
parents bcd66ecb 2d32aa59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -604,7 +604,7 @@ status_t HWComposer::prepare() {
        mLists[i] = disp.list;
        if (mLists[i]) {
            if (hwcHasApiVersion(mHwc, HWC_DEVICE_API_VERSION_1_3)) {
                mLists[i]->outbuf = NULL;
                mLists[i]->outbuf = disp.outbufHandle;
                mLists[i]->outbufAcquireFenceFd = -1;
            } else if (hwcHasApiVersion(mHwc, HWC_DEVICE_API_VERSION_1_1)) {
                // garbage data to catch improper use