flip_test: add logic to track pending events
authorImre Deak <imre.deak@intel.com>
Mon, 15 Oct 2012 22:47:15 +0000 (01:47 +0300)
committerImre Deak <imre.deak@intel.com>
Tue, 16 Oct 2012 16:40:06 +0000 (19:40 +0300)
commit887a2597fab15281db7352460b52161d9e7ed3c8
tree5e34f06ad6612423e62e4eae7da744dbf06cc25a
parenta7d9a57c4767b63deb241278e9d7eafdd0023e8e
flip_test: add logic to track pending events

When we add the vblank tests later, it can happen that one type of event
is pending while we are servicing another. Prepare for that by
maintaining a pending/completed event mask.

No functional change.

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