From cd9ba0a3b6c5e11fcd2cb82914cb9d491309de89 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 7 Apr 2009 16:18:11 -0700 Subject: Add a test for pread after blitting to an object. This caught a bug with get_user_pages usage in the kernel, which would result in zeroes being read out of the object when faulting in a new page. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8e5839e5..aea96c14 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ tests/getversion tests/gem_basic tests/gem_flink tests/gem_mmap +tests/gem_pread_after_blit tests/gem_readwrite tests/gem_tiled_blits tools/intel_gpu_dump -- cgit v1.2.3