tests: Add a simple exercise of GTT mmaps

Test copying between 2 mappings and reading/writing from and to.

References: https://bugs.freedesktop.org/show_bug.cgi?id=38115
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson
2011-06-20 13:53:12 +01:00
parent 336f85dafb
commit 9de433a471
3 changed files with 188 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ TESTS = getversion \
gem_readwrite \
gem_ringfill \
gem_mmap \
gem_mmap_gtt \
gem_pwrite \
gem_pread_after_blit \
gem_tiled_pread \