gem_stress: clean up fence_storm

That little snippet creapt in and magically made render copy work -
by essentially disabling it.

Restore order, everything incoherent again.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2011-04-04 21:24:58 +02:00
parent aeb0b6f33c
commit 272c898807
3 changed files with 4 additions and 5 deletions
-1
View File
@@ -292,7 +292,6 @@ static void next_copyfunc(int tile)
} else if (copyfunc_seq % 17 == 0) {
if (tile == options.trace_tile)
printf(" using cpu\n");
fence_storm = num_fences;
copyfunc = cpu_copyfunc;
} else if (copyfunc_seq % 19 == 0) {
if (tile == options.trace_tile)