mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 00:46:17 +00:00
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:
parent
6d755c39d3
commit
7132d0f977
@ -125,7 +125,7 @@ main(int argc, char **argv)
|
|||||||
|
|
||||||
|
|
||||||
fd = drm_open_any();
|
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++) {
|
for (i = 0; i < count/2; i++) {
|
||||||
current_tiling_mode = I915_TILING_X;
|
current_tiling_mode = I915_TILING_X;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user