From: Ben Widawsky Date: Sun, 2 Nov 2014 19:43:24 +0000 (-0800) Subject: i965/chv: Increase VS and GS thread counts X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5695303563b76f625439b495fe41428256aba39e;p=mesa.git i965/chv: Increase VS and GS thread counts 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 Reviewed-by: Kenneth Graunke --- diff --git a/src/mesa/drivers/dri/i965/brw_device_info.c b/src/mesa/drivers/dri/i965/brw_device_info.c index 18e4c80dfaa..35ca125b271 100644 --- a/src/mesa/drivers/dri/i965/brw_device_info.c +++ b/src/mesa/drivers/dri/i965/brw_device_info.c @@ -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,