Re: [Mesa-dev] [PATCH 1/3] i965: Fix max_wm_threads for gen8

2015-01-21 Thread Kenneth Graunke
On Wednesday, January 21, 2015 08:17:34 PM ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > max_wm_threads depends on the GT SKU on gen8. Update the values to > match the spec. > > The max number of threads in 3DSTATE_PS is always programmed to 64 > and the hardware internally scal

[Mesa-dev] [PATCH 1/3] i965: Fix max_wm_threads for gen8

2015-01-21 Thread ville . syrjala
From: Ville Syrjälä max_wm_threads depends on the GT SKU on gen8. Update the values to match the spec. The max number of threads in 3DSTATE_PS is always programmed to 64 and the hardware internally scales that depending on the GT SKU. So this doesn't change the max number of threads actually use