summaryrefslogtreecommitdiff
path: root/tests/gem_stress.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2011-06-13 13:18:35 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2011-06-13 13:18:35 +0200
commitc0f34338e7bb3be473ff3afe70e17afbaa3a7958 (patch)
treeae83fd31a6effcc1b24eba86e346bd7e8b429573 /tests/gem_stress.h
parent6daa883fa3cf08363912fd46bce49177a3fa7c82 (diff)
gem_stress: option to set tiles per buffer
gem_stress -p1 is much more evil than gem_stress -c1, it also manages to tear appart untiled workloads! Now duct-taping over it still works (--apply-duct-tape) ... hm. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/gem_stress.h')
-rw-r--r--tests/gem_stress.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/gem_stress.h b/tests/gem_stress.h
index bd2e6caa..ba075f72 100644
--- a/tests/gem_stress.h
+++ b/tests/gem_stress.h
@@ -38,6 +38,8 @@ struct option_struct {
int use_cpu_maps;
int total_rounds;
int fail;
+ int tiles_per_buf;
+ int ducttape;
};
extern struct option_struct options;