commit | 6f97e15e3be1ea7aacf4f5aa92c0bec3b729ce0a | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Tue Apr 13 12:02:50 2021 -0400 |
committer | John Reck <jreck@google.com> | Tue Apr 13 12:09:12 2021 -0400 |
tree | ed7a6d7ce370528e0221df95e1aab7c8829e84bd | |
parent | ae4d48ebec8b873d59ef70ccea13de0ebceb7354 [diff] |
Fix a logspam On skiavk the flush to GPU happens sooner than it does on skiagl, which was resulting in false-positive warning logs. Adjust the condition to avoid this, so it should now only log if the GPU fence time is significantly incorrect. Fixes: 180488606 Test: doesn't log on skiavk Change-Id: Ie6546b788663b5d863fb064f55245bead4eb0160