tets/kms_flip: disable correlation check
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Sat, 19 Oct 2013 14:21:18 +0000 (16:21 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 20 Oct 2013 14:11:57 +0000 (16:11 +0200)
commite313dee22b8edf1429ce861e5974b09bb2ab1b68
treee1dcf3bfd2bc9b9a6d7c39b54b5557ac577446d6
parentf698984bae5e907eedfa335b463ab717a45ecc2a
tets/kms_flip: disable correlation check

It's broken since it doesn't take the order the events arrived into
account and so will fall over for longer seq_step values in the vblank
event: Since the flip completes right away, but the vblank later on
they won't have the same timestamp.

For now just give up, we could resurrect this by strictly alternating
between a flip and a vblank wait.

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