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@whitecape.org>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
This commit is contained in:
Ville Syrjälä 2015-01-19 16:08:31 +02:00
parent ced9425327
commit 970dc23603

View file

@ -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,