diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-06-05 17:23:09 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-06-05 18:12:47 +0100 |
commit | f5e63b12a5881d112f8c757838167e05e1c13b88 (patch) | |
tree | c0265065fccf8a01ad0b24c187111600979472f6 /tests/Makefile.am | |
parent | 20b69039e816ed44ef30048c81a76def7028f0ba (diff) |
test: Add more gen3 render blitters
... and we have a winner: gen3_mixed_blits reproduces the issue Daniel
Vetter originally found. It seems clear that we have some incoherence
between the RENDER and BLT units on gen3 that no amount of MI_FLUSH can
hide. Hmmm....
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 44a2d6ad..629b33df 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -37,6 +37,8 @@ TESTS = getversion \ gen3_render_linear_blits \ gen3_render_tiledx_blits \ gen3_render_tiledy_blits \ + gen3_render_mixed_blits \ + gen3_mixed_blits \ $(NULL) HANG = \ |