Mesa (master): i965: Fix URB size for CHV

Ville Syrjala vsyrjala at kemper.freedesktop.org
Fri Mar 6 09:53:19 UTC 2015


Module: Mesa
Branch: master
Commit: 970dc2360372a7859691d690bd2f1976c3c97fb0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=970dc2360372a7859691d690bd2f1976c3c97fb0

Author: Ville Syrjälä <ville.syrjala at linux.intel.com>
Date:   Mon Jan 19 16:08:31 2015 +0200

i965: Fix URB size for CHV

Increase the device info .urb.size for CHV to match the default URB
size (192kB).

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>

---

 src/mesa/drivers/dri/i965/brw_device_info.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/drivers/dri/i965/brw_device_info.c b/src/mesa/drivers/dri/i965/brw_device_info.c
index ec4e22e..c4350b4 100644
--- a/src/mesa/drivers/dri/i965/brw_device_info.c
+++ b/src/mesa/drivers/dri/i965/brw_device_info.c
@@ -275,7 +275,7 @@ static const struct brw_device_info brw_device_info_chv = {
    .max_gs_threads = 80,
    .max_wm_threads = 128,
    .urb = {
-      .size = 128,
+      .size = 192,
       .min_vs_entries = 34,
       .max_vs_entries = 640,
       .max_hs_entries = 80,




More information about the mesa-commit mailing list