gem_stress: cpu maps force tiling to be disabled, so fix the printf

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2011-06-05 21:35:34 +01:00
parent bfa23b47a5
commit 2933547eb0

View 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");