flip_test: factor out the event state
authorImre Deak <imre.deak@intel.com>
Mon, 15 Oct 2012 17:37:01 +0000 (20:37 +0300)
committerImre Deak <imre.deak@intel.com>
Tue, 16 Oct 2012 16:40:02 +0000 (19:40 +0300)
commitee8f485e55f86ae850a233fabad9c0c200d81550
treebed8597a40c5fb81466898528ddbb5931bbe2893
parent5fa695529c82d5f1b5c77c83e2b46194e503987b
flip_test: factor out the event state

Factor out the status vars that are specific to the flip events into a
separate structure. This will allow us tracking the vblank events with
the same code.

We move the increment of the flip event counter to the end of the test
loop, but this shouldn't affect anything. This is the only functional
change.

Signed-off-by: Imre Deak <imre.deak@intel.com>
tests/flip_test.c