Revert "tests/gem_tiled_pread_pwrite: actually try to use more than total ram"

This test is actually not really designed to test swap.

This reverts commit 6d755c39d38e9f0e5a991933cc82e015d1ccd272.

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2012-01-22 19:14:25 +01:00
parent 6d755c39d3
commit 7132d0f977

View File

@ -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;