Add missing platform information for KBL
authorMark Janes <mark.a.janes@intel.com>
Sat, 9 Jan 2016 00:30:20 +0000 (16:30 -0800)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Mon, 11 Jan 2016 19:24:20 +0000 (11:24 -0800)
commitf2c891353609b48459f27f205407d42823dd7d03
treee8e55871fce3a2dc561030ec24f8ecac735f0f54
parentf21df5c51349c90b807d3959edfac8099e5a1940
Add missing platform information for KBL

In testing KBL, I found:

 - urb size was not set for slices gt1.5, gt2, and gt3.  The value I
   used for these slices (384) was taken from an earlier patch authored
   by Ben Widawsky.

 - slice count was missing.  This field was added by
   a403ad4f5a034e52a3cd845e91c4aa3e6927b731

With this commit, KBL passes piglit at parity with SKL.

Note: As requested by Kristian, Sarah modified this patch to drop
setting urb size for gt1.5, gt2, and gt3, since the correct default is
set in the GEN9 macro by commit c1e38ad37042b0ec261eb0ba5631b7ff0ee7a9da
"i965/skl: Use larger URB size where available."

Signed-off-by: Mark Janes <mark.a.janes@intel.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Reviewed-by: Kristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
Cc: "11.1" <mesa-stable@lists.freedesktop.org>
src/mesa/drivers/dri/i965/brw_device_info.c