gem_stress: cpu maps force tiling to be disabled, so fix the printf
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 5 Jun 2011 20:35:34 +0000 (21:35 +0100)
committerChris 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

index a67fc15..226970c 100644 (file)
@@ -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");