<div dir="ltr"><div><div><div>Assuming the URB sizes mean the sensible thing (didn't we just clean that up?):<br><br></div>Reviewed-by: Jason Ekstrand <<a href="mailto:jason.ekstrand@intel.com">jason.ekstrand@intel.com</a>><br><br></div>I'm a little wary of the URB size since the bspec actually gives a range.  Might be better to drop it to 128 just to be safe.  I guess if we find a problem, we can always push a patch to stable to drop it to 128.  Do what you'd like.<br></div>--Jason<br><div><div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 12, 2016 at 9:53 PM, Ben Widawsky <span dir="ltr"><<a href="mailto:benjamin.widawsky@intel.com" target="_blank">benjamin.widawsky@intel.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">v2: Forgot to squash in the comment removal<br>
<span class=""><br>
Signed-off-by: Ben Widawsky <<a href="mailto:benjamin.widawsky@intel.com">benjamin.widawsky@intel.com</a>><br>
---<br>
</span> src/mesa/drivers/dri/i965/brw_device_info.c | 19 +++++++++----------<br>
 1 file changed, 9 insertions(+), 10 deletions(-)<br>
<br>
diff --git a/src/mesa/drivers/dri/i965/brw_device_info.c b/src/mesa/drivers/dri/i965/brw_device_info.c<br>
index 7ab70fe..55c4d36 100644<br>
--- a/src/mesa/drivers/dri/i965/brw_device_info.c<br>
+++ b/src/mesa/drivers/dri/i965/brw_device_info.c<br>
@@ -384,20 +384,19 @@ static const struct brw_device_info brw_device_info_bxt = {<br>
    .gt = 1,<br>
    .has_llc = false,<br>
<br>
-   /* XXX: These are preliminary thread counts and URB sizes. */<br>
<div class="HOEnZb"><div class="h5">    .num_slices = 1,<br>
-   .max_vs_threads = 56,<br>
-   .max_hs_threads = 56,<br>
-   .max_ds_threads = 56,<br>
-   .max_gs_threads = 56,<br>
+   .max_vs_threads = 112,<br>
+   .max_hs_threads = 112,<br>
+   .max_ds_threads = 112,<br>
+   .max_gs_threads = 112,<br>
    .max_wm_threads = 64 * 3,<br>
-   .max_cs_threads = 28,<br>
+   .max_cs_threads = 6 * 6,<br>
    .urb = {<br>
-      .size = 64,<br>
+      .size = 192,<br>
       .min_vs_entries = 34,<br>
-      .max_vs_entries = 640,<br>
-      .max_hs_entries = 80,<br>
-      .max_ds_entries = 80,<br>
+      .max_vs_entries = 704,<br>
+      .max_hs_entries = 256,<br>
+      .max_ds_entries = 416,<br>
       .max_gs_entries = 256,<br>
    }<br>
 };<br>
--<br>
2.7.1<br>
<br>
_______________________________________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
</div></div></blockquote></div><br></div></div></div></div></div></div>