From 6f60f89588caa70e7d8ed53ba453bbe8c2094a95 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 19 Jul 2012 16:58:34 +0100 Subject: sna/gen6: Bump the WM thread count to 80 Note that we should only do this when "WiZ Hashing" is disabled. So we should be checking the GT_MODE register (bring on i915_read!) to be sure that is safe to do so. However, it gives a big boost to performance of render copies... It also causes perf benchmarks to hit thermal limits much quicker. Signed-off-by: Chris Wilson --- src/sna/sna_render.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sna/sna_render.h') diff --git a/src/sna/sna_render.h b/src/sna/sna_render.h index f0f4a2d1..5662a791 100644 --- a/src/sna/sna_render.h +++ b/src/sna/sna_render.h @@ -388,6 +388,7 @@ enum { }; struct gen6_render_state { + const struct gt_info *info; struct kgem_bo *general_bo; uint32_t vs_state; -- cgit v1.2.3