summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/gem_tiled_pread_pwrite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_tiled_pread_pwrite.c b/tests/gem_tiled_pread_pwrite.c
index 8900b1e3..17de6588 100644
--- a/tests/gem_tiled_pread_pwrite.c
+++ b/tests/gem_tiled_pread_pwrite.c
@@ -125,7 +125,7 @@ main(int argc, char **argv)
fd = drm_open_any();
- count = intel_get_total_ram_mb() * 11 / 10;
+ count = intel_get_total_ram_mb() * 9 / 10;
for (i = 0; i < count/2; i++) {
current_tiling_mode = I915_TILING_X;