tests/kms_flip: Unconfuse the framenumber step checking
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 20 Oct 2013 14:11:49 +0000 (16:11 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 20 Oct 2013 14:11:57 +0000 (16:11 +0200)
commit45cd89ab3d18dc2c869951db4134c1e5dde45c1b
tree76878ea3f45e278188a6e2ed2d4687c7cee001eb
parent8e11f8778adff693f3a0246fe0e87be4e3ddb83f
tests/kms_flip: Unconfuse the framenumber step checking

We run flips and vblank waits in parallel, which means the step
for each is the maximum. If we'd switch to an interleaved scheme
(to be able to check the correlation) we'd need to add them instead.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
tests/kms_flip.c