[Mesa-stable] [PATCH] i965: Fix URB size for CHV
Kenneth Graunke
kenneth at whitecape.org
Wed Apr 1 12:08:03 PDT 2015
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
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(-)
git cherry-pick -x 970dc2360372a7859691d690bd2f1976c3c97fb0
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,
--
2.3.4
More information about the mesa-stable
mailing list