flip_test: switch to using monotonic timestamps (v2)
authorImre Deak <imre.deak@intel.com>
Thu, 22 Nov 2012 14:46:36 +0000 (16:46 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 22 Nov 2012 20:20:30 +0000 (21:20 +0100)
commit314953117fde1b96aa9c310bd5ad1d53842fddd2
treebd4df24876c7c25ef3f2d88257d8becaad32c5e6
parentb7067d6c10d44c73d35828c6a39056ed7862fb40
flip_test: switch to using monotonic timestamps (v2)

Since monotonic timestamps are now the preferred time format, change
timestamps checks to compare against monotonic instead of real time.
Also add two tests for DRM's compatibility mode where it returns real
timestamps.

v2: drop the tests for the compatibilty mode (Daniel)

Signed-off-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
tests/flip_test.c