commit | 5b7855f224cc048fe8c765ad760bca6fd77ae89f | [log] [tgz] |
---|---|---|
author | Alex Careja <alexcareja@google.com> | Wed Sep 27 11:11:22 2023 +0000 |
committer | Alex Careja <alexcareja@google.com> | Fri Sep 29 14:28:07 2023 +0000 |
tree | c70ec59697455ce6aae14e6717a7a88ac9b107f1 | |
parent | 102d39dbad6c568fc4daa17493b53380dcb8f0a0 [diff] |
Remove contention from Render Engine early return An early return optimization path to skip post render cleanup in some cases was resulting in lock contention so remove it and replace it with an atomic boolean. Bug: 273708680 Test: boot device, observe boot animation is smooth Change-Id: Idd989a2e91a8ef1b71aef4e1c439eb0576511c79