tests/gem_pwrite_pread: subtest annotation

This testcase mixes correctnes tests with performance tests, so it's
good to track the different correctness test separate for QA.

Together with pread_after_blt the pwrite->blt tests here exercise the
full cache coherency lifecycle of both snooped and uncached objects.

/me is happy

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2013-08-07 11:59:05 +02:00
parent 3dba47e896
commit 57622965e5
2 changed files with 58 additions and 45 deletions
+1 -1
View File
@@ -32,6 +32,7 @@ TESTS_progs_M = \
gem_partial_pwrite_pread \
gem_pread_after_blit \
gem_prw_concurrent_blit \
gem_pwrite_pread \
gem_ringfill \
gem_set_tiling_vs_blt \
gem_suspend \
@@ -74,7 +75,6 @@ TESTS_progs = \
gem_pipe_control_store_loop \
gem_pread \
gem_pwrite \
gem_pwrite_pread \
gem_readwrite \
gem_reg_read \
gem_reloc_overflow \