From: Ben Widawsky Date: Tue, 9 Feb 2016 02:11:42 +0000 (-0800) Subject: i965/chv: Update lower min for CS threads X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e6a43a001db0bb333deb3d003df11ab8ef96a21;p=mesa.git i965/chv: Update lower min for CS threads We have better information now, and 28 was not a valid thing to support. 6 EUs per sublice with 7 threads per EU is the minimum supported config. Signed-off-by: Ben Widawsky Reviewed-by: Jordan Justen