From 371f87f2d825900484e34a8ec78272b9e62cbc02 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 1 Feb 2011 10:53:57 +0000 Subject: Exercise the whole aperture with tiled blits After full-gtt, gem_tiled_blits doesn't allocate enough to force eviction. So query the total aperture and accommodate. Also introduce a similar test that utilizes fences rather than use the BLT to perform the tiling and detiling. Signed-off-by: Chris Wilson --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 19c8f5e9..73e32eba 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,7 @@ tests/gem_pwrite tests/gem_readwrite tests/gem_ringfill tests/gem_tiled_blits +tests/gem_tiled_fence_blits tests/gem_tiled_pread tests/gem_bad_address tests/gem_bad_batch -- cgit v1.2.3