projects
/
profile
/
extras
/
intel-gpu-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfa23b4
)
gem_stress: cpu maps force tiling to be disabled, so fix the printf
author
Chris Wilson
<chris@chris-wilson.co.uk>
Sun, 5 Jun 2011 20:35:34 +0000
(21:35 +0100)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Sun, 5 Jun 2011 20:36:06 +0000
(21:36 +0100)
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
tests/gem_stress.c
patch
|
blob
|
history
diff --git
a/tests/gem_stress.c
b/tests/gem_stress.c
index
a67fc15
..
226970c
100644
(file)
--- a/
tests/gem_stress.c
+++ b/
tests/gem_stress.c
@@
-683,7
+683,7
@@
static void parse_options(int argc, char **argv)
case 'm':
options.use_cpu_maps = 1;
options.forced_tiling = I915_TILING_NONE;
- printf("
using only X-
tiling\n");
+ printf("
disabling
tiling\n");
break;
default:
printf("unkown command options\n");