Re: [Intel-gfx] [PATCH] intel_chipset: Fix Haswell CRW PCI IDs.

2013-03-03 Thread Daniel Vetter
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

[Intel-gfx] [PATCH] intel_chipset: Fix Haswell CRW PCI IDs.

2013-03-01 Thread Kenneth Graunke
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