From de9621b4f5972fc6f137b241a1b904d7cac9742b Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 12 Dec 2012 13:58:04 +0000 Subject: [PATCH] tests/gem_tiled_pread_pwrite: Allow the kernel to reap the GTT address space Otherwise we can not run this test on 32-bit systems. Signed-off-by: Chris Wilson --- tests/gem_tiled_pread_pwrite.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/gem_tiled_pread_pwrite.c b/tests/gem_tiled_pread_pwrite.c index e2225c5..ed6b711 100644 --- a/tests/gem_tiled_pread_pwrite.c +++ b/tests/gem_tiled_pread_pwrite.c @@ -149,6 +149,8 @@ main(int argc, char **argv) munmap(data, sizeof(linear)); /* Leak both bos so that we use all of system mem! */ + gem_madvise(fd, handle_target, I915_MADV_DONTNEED); + gem_madvise(fd, handle, I915_MADV_DONTNEED); drmtest_progress("gem_tiled_pread_pwrite: ", i, count/2); } -- 2.7.4