gem_stress: disable fence storm when only using untiled buffers

This explains why gem_stress -u worked beforehand - the rendercpy
was not actually used!

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2011-06-06 20:15:44 +02:00
parent 7250328bb8
commit fde66f9bf4

View File

@ -317,7 +317,8 @@ static void next_copyfunc(int tile)
return;
}
if (copyfunc_seq % 61 == 0) {
if (copyfunc_seq % 61 == 0
&& options.forced_tiling != I915_TILING_NONE) {
if (tile == options.trace_tile)
printf(" using fence storm\n");
fence_storm = num_fences;