commit | 28dee2c582c74dd849483e2ae841251716f71609 | [log] [tgz] |
---|---|---|
author | Yichi Chen <yichichen@google.com> | Mon Jul 06 21:24:14 2020 +0800 |
committer | Yichi Chen <yichichen@google.com> | Mon Jul 06 21:35:48 2020 +0800 |
tree | 39e206411a0445b6b81059395ada4a70ffd13523 | |
parent | 22615145ca07a161a14f16c99cb8ffb2600e0826 [diff] |
SurfaceFlinger: Enable ealy offset for reused client composition In the condition of reused client composition, SurfaceFlinger still needed to call 'validate' and 'presentDisplay' and resulted in longer execution time. Before we can enable skip validation in this case, we need to provide the early offset to fit HWC behavior. Bug: 160552879 Test: Check the Vsync offset in PIP Change-Id: I6d11c6b1409997f550cf2441bba67de08ffb25a8