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

Commit 6a434a54 authored by Vishnu Nair's avatar Vishnu Nair Committed by Automerger Merge Worker
Browse files

CE: Pass the fence with the cached client composition buffer am: 3a49f0a4...

CE: Pass the fence with the cached client composition buffer am: 3a49f0a4 am: 5e01f670 am: 614343ae

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/19466663



Change-Id: Ibb1666e4c3ff86cbc8155291d1d71c20fe6235b2
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 576b4683 614343ae
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1288,7 +1288,8 @@ std::optional<base::unique_fd> Output::composeSurfaces(
            ATRACE_NAME("ClientCompositionCacheHit");
            outputCompositionState.reusedClientComposition = true;
            setExpensiveRenderingExpected(false);
            return base::unique_fd();
            // b/239944175 pass the fence associated with the buffer.
            return base::unique_fd(std::move(fd));
        }
        ATRACE_NAME("ClientCompositionCacheMiss");
        mClientCompositionRequestCache->add(tex->getBuffer()->getId(), clientCompositionDisplay,