summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-07-25 10:22:59 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2018-03-15 10:52:37 +0000
commitb8bb144e5c38bda21062d508071ab0b03620d3f3 (patch)
treebdab9224592353c12efd8b10e138a78f6117bab6
parentd2a334ba21badcbf3dea9d7baa96ed86e7297f84 (diff)
gcb
-rw-r--r--tests/gem_concurrent_all.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/gem_concurrent_all.c b/tests/gem_concurrent_all.c
index 3a1097ba..428be6e0 100644
--- a/tests/gem_concurrent_all.c
+++ b/tests/gem_concurrent_all.c
@@ -1813,10 +1813,12 @@ igt_main
{ NULL, NULL }
};
const struct size sizes[] = {
- { "4KiB", 128, 8 },
- { "256KiB", 128, 128 },
- { "1MiB", 512, 512 },
{ "16MiB", 2048, 2048 },
+ { "4MiB", 1024, 1024 },
+ { "1MiB", 512, 512 },
+ { "256KiB", 256, 64 },
+ { "64KiB", 128, 32 },
+ { "4KiB", 128, 8 },
{ NULL}
};
uint64_t pin_sz = 0;