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>2017-08-11 12:00:15 +0100
commitd000bf87f38fa0c8c3a11449a80745627e8b7ec3 (patch)
treefa021fa641dd8dd435bd9586a8b533d27438ced8
parent4838e885f032c8b784fa8237ba26a8b8495a1333 (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 201b491b..812e073e 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;