i965/chv: Increase VS and GS thread counts
authorBen Widawsky <benjamin.widawsky@intel.com>
Sun, 2 Nov 2014 19:43:24 +0000 (11:43 -0800)
committerBen Widawsky <benjamin.widawsky@intel.com>
Mon, 3 Nov 2014 05:18:08 +0000 (21:18 -0800)
AFAICT the number of threads is 80, not 70. I am not sure if Ken knows
something I do not.

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_device_info.c

index 18e4c80dfaad4f28c8c2dc78f1742e51bccbb32e..35ca125b271126904cb3c25735e1799503be8c26 100644 (file)
@@ -240,8 +240,8 @@ static const struct brw_device_info brw_device_info_bdw_gt3 = {
 static const struct brw_device_info brw_device_info_chv = {
    GEN8_FEATURES, .is_cherryview = 1, .gt = 1,
    .has_llc = false,
-   .max_vs_threads = 70,
-   .max_gs_threads = 70,
+   .max_vs_threads = 80,
+   .max_gs_threads = 80,
    .max_wm_threads = 102,
    .urb = {
       .size = 128,