eglGetFrameTimestamps: Consider timestamps of 0 as invalid.
authorBrian Anderson <brianderson@google.com>
Thu, 19 Oct 2017 21:59:28 +0000 (14:59 -0700)
committerBrian Anderson <brianderson@google.com>
Fri, 3 Nov 2017 21:38:03 +0000 (14:38 -0700)
commit50d008cc39b7e1f1a65dc579785b5be45c9c8aa7
tree175c7d485bbb4693292db9287e5e08db544ff520
parent340d07c9c375cf1266d218d25683ddc18f9182b5
eglGetFrameTimestamps: Consider timestamps of 0 as invalid.

There's a bug in the kernel that doesn't merge fences properly,
resulting in "reads done" timestamps of 0 when the fences being
merged have already signaled.

This is a temporary relaxation of the test requirements until
the kernel fix is required.

Bug: 68811985
Test: --deqp-case=dEQP-EGL*get_frame_timestamps*
Change-Id: I5f7e56e3a0c9808237a1ebc3787cf788feef1a79
modules/egl/teglGetFrameTimestampsTests.cpp