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 <ben@bwidawsk.net>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Ben Widawsky
2014-11-02 11:43:24 -08:00
parent 52576dcb88
commit 5695303563
+2 -2
View 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,