diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-06-20 13:53:12 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-06-20 13:55:36 +0100 |
commit | 9de433a471a0bf829a8143658e6b8d07fa896454 (patch) | |
tree | 30a3b4430d8efb0738c5606c025e786a9f823dea /.gitignore | |
parent | 336f85dafb6b11f24353544e12d4ddd7f1c10a73 (diff) |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ tests/gem_flink tests/gem_gtt_speed tests/gem_largeobject tests/gem_mmap +tests/gem_mmap_gtt tests/gem_pread_after_blit tests/gem_pwrite tests/gem_readwrite |