test/gem_storedw_*: tune some more
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 6 Sep 2011 19:16:21 +0000 (21:16 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 9 Sep 2011 15:24:16 +0000 (17:24 +0200)
commit49cd753a77ab8ed9194f0e3ac2b5eadc803ef165
treed0a05099c7cf51a955a2ef32202bb723f22b409f
parent2a0b3488a0f3a715d2d654858ba0a638d71366c7
test/gem_storedw_*: tune some more

MI_*/PIPE_CONTROL writes need to be in DOMAIN_INSTRUCTION, because
that is what mesa uses and I plan to use this to work around a
gen6 ppgtt issue.

Also testing with intentionally b0rked GFX_MODE on my snb shows that
we need to increase the loop counter a bit to reliably hit the tlb
invalidation problem. Test still completes within a few seconds.

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