summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-06-05 21:35:34 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-06-05 21:36:06 +0100
commit2933547eb0d22cb70c783a78ab3d7b4dcc5972ce (patch)
tree3036232ff7e6c92fd5ebc1f3e77128a3cdc7adb9 /tests
parentbfa23b47a57a89eb8adcde32ffe2849f0d2aac2e (diff)
gem_stress: cpu maps force tiling to be disabled, so fix the printf
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests')
-rw-r--r--tests/gem_stress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_stress.c b/tests/gem_stress.c
index a67fc153..226970ca 100644
--- 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");