tests/kms_psr_sink_crc: Fix delayed gtt/cpu write tests
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 17 Jun 2014 21:47:49 +0000 (23:47 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 7 Jul 2014 06:57:00 +0000 (08:57 +0200)
commitd078035ca44dae1ec4e026fc294f4c0213027890
treebcec21936dc9112f23c29a9db425834ca547fb9e
parent838f321b9ff1ef897ab032ecc3bbb56d8d65f53f
tests/kms_psr_sink_crc: Fix delayed gtt/cpu write tests

- Drop the flip from the name - we don't do that. And the blt is
  really just to have a bit of fun with the domain tracking.

- The real test is 1) dirty with gpu 2) grab 1st crc 3) set_domain for
  cpu access 4) wait a long time 5) dirty more with cpu 6) grab 2nd
  crc.

This fixes failures since with the old tests we wouldn't have noticed
the cpu rendering really.

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