From: Zhenyu Wang Date: Tue, 9 Mar 2010 15:37:07 +0000 (+0800) Subject: drm/i915: Fix check with IS_GEN6 X-Git-Tag: v2.6.34-rc3~43^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59f2d0fc4bdfbbfabfa3715ba17d0609e5964c7e;p=pandora-kernel.git drm/i915: Fix check with IS_GEN6 IS_GEN6 missed to include SandyBridge mobile chip, which failed in i915_probe_agp() for memory config detection. Fix it with a device info flag. Signed-off-by: Zhenyu Wang Signed-off-by: Eric Anholt --- Reading git-diff-tree failed