From beb1bb8fd26b1b1c55242c3b2a3004a346d64b80 Mon Sep 17 00:00:00 2001 From: Ben Widawsky Date: Thu, 28 Jun 2012 22:43:47 -0700 Subject: [PATCH] gem_stress: use the gen7 rendercopy Signed-off-by: Ben Widawsky --- tests/gem_stress.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/gem_stress.c b/tests/gem_stress.c index 3acaaa49..69239ac1 100644 --- a/tests/gem_stress.c +++ b/tests/gem_stress.c @@ -343,6 +343,11 @@ static void render_copyfunc(struct scratch_buf *src, unsigned src_x, unsigned sr src, src_x, src_y, options.tile_size, options.tile_size, dst, dst_x, dst_y); + else if (IS_GEN7(devid)) + gen7_render_copyfunc(batch, + src, src_x, src_y, + options.tile_size, options.tile_size, + dst, dst_x, dst_y); else blitter_copyfunc(src, src_x, src_y, dst, dst_x, dst_y,