On Fri, Mar 01, 2013 at 03:36:20PM -0800, Kenneth Graunke wrote:
> The second digit was off by one, which meant we accidentally treated
> GT(n) as GT(n-1). This also meant no support for GT1 at all.
>
> Signed-off-by: Kenneth Graunke
Applied, thanks for the patch.
-Daniel
--
Daniel Vetter
Soft
The second digit was off by one, which meant we accidentally treated
GT(n) as GT(n-1). This also meant no support for GT1 at all.
Signed-off-by: Kenneth Graunke
---
lib/intel_chipset.h | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/lib/intel_chipset.h b/l