commit | bd7d07ec6c5113654a7582102b5ee20c9caf93e7 | [log] [tgz] |
---|---|---|
author | Vishnu Nair <vishnun@google.com> | Mon Jul 08 13:37:11 2024 -0700 |
committer | Vishnu Nair <vishnun@google.com> | Mon Jul 08 20:56:10 2024 +0000 |
tree | 7117a94e47fe4e7397026b235674de4076cc5e2b | |
parent | 6da010d821fa00f364a236d44c7b7569c1264a45 [diff] |
Pass a valid fence time if the acquire fence has not signaled When we try to latch a buffer with an unsignaled fence, we were passing Fence::SIGNAL_TIME_PENDING (MAX_INT) as the acquire fence time, marking all the app frametimeline as missed. This is a short term solution to provide a reasonable value instead. Flag: EXEMPT bugfix Fixes: 344175037 Test: cb test + perfetto Change-Id: Ia226589c177457f28540b040086903e518796436