tests: Add gem_madvise

Exercise that calling madvise produces expected results

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Chris Wilson
2014-02-04 14:14:31 +00:00
committed by Daniel Vetter
parent 98952a1f6e
commit 5c9c8841eb
3 changed files with 157 additions and 0 deletions
+1
View File
@@ -34,6 +34,7 @@ TESTS_progs_M = \
gem_flink \
gem_flink_race \
gem_linear_blits \
gem_madvise \
gem_mmap \
gem_mmap_gtt \
gem_partial_pwrite_pread \