From: Kenneth Graunke Date: Sat, 2 Mar 2013 01:00:50 +0000 (-0800) Subject: drm/i915: Fix Haswell/CRW PCI IDs. X-Git-Tag: v3.9-rc2~15^2~6^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86c268ed0f9b3b4d51d81dd8fcec533a164414d1;p=pandora-kernel.git drm/i915: Fix Haswell/CRW PCI IDs. 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. Cc: stable@kernel.org Signed-off-by: Kenneth Graunke Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed