Re: [Mesa-dev] [PATCH 3/3] i965: Fix URB size for gen8

2015-01-23 Thread Ville Syrjälä
On Wed, Jan 21, 2015 at 12:51:02PM -0800, Kenneth Graunke wrote: > On Wednesday, January 21, 2015 08:17:36 PM ville.syrj...@linux.intel.com > wrote: > > From: Ville Syrjälä > > > > Increase the device info .urb.size for BDW GT3 and CHV to match the > > default URB size for each. > > > > Also ad

Re: [Mesa-dev] [PATCH 3/3] i965: Fix URB size for gen8

2015-01-23 Thread Ville Syrjälä
On Wed, Jan 21, 2015 at 12:51:02PM -0800, Kenneth Graunke wrote: > On Wednesday, January 21, 2015 08:17:36 PM ville.syrj...@linux.intel.com > wrote: > > From: Ville Syrjälä > > > > Increase the device info .urb.size for BDW GT3 and CHV to match the > > default URB size for each. > > > > Also ad

Re: [Mesa-dev] [PATCH 3/3] i965: Fix URB size for gen8

2015-01-21 Thread Kenneth Graunke
On Wednesday, January 21, 2015 08:17:36 PM ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Increase the device info .urb.size for BDW GT3 and CHV to match the > default URB size for each. > > Also add all missing platforms (BYT,BDW,CHV) to the comment describing > the default URB

[Mesa-dev] [PATCH 3/3] i965: Fix URB size for gen8

2015-01-21 Thread ville . syrjala
From: Ville Syrjälä Increase the device info .urb.size for BDW GT3 and CHV to match the default URB size for each. Also add all missing platforms (BYT,BDW,CHV) to the comment describing the default URB size in gen7_urb.c. Signed-off-by: Ville Syrjälä --- src/mesa/drivers/dri/i965/brw_device_i