]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Check if BIOS enabled dual-channel LVDS on 8xx, not only on 9xx
authorBruno Prémont <bonbons@linux-vserver.org>
Sat, 8 Aug 2009 11:01:17 +0000 (13:01 +0200)
committerEric Anholt <eric@anholt.net>
Mon, 24 Aug 2009 23:41:22 +0000 (16:41 -0700)
commita026eab0b56d6ad1448ab73ca67fc87e9f3e138a
treea9f4ed5bac93052456b5dda4ca659964d9dfb5a4
parentef6585dfa09143fb12758cf64a924d88c30ef2d1
drm/i915: Check if BIOS enabled dual-channel LVDS on 8xx, not only on 9xx

Commit 120da3be3e1a6beb92d7874e41a50ea5a684e4ad is not sufficient to
get fd.o bug #20115 fixed.
In addition intel_find_best_PLL() must not only rely on BIOS settings
for i9xx chips but also for i8xx, so drop the IS_I9XX() check.

Signed-off-by: Bruno Prémont <bonbons@linux-vserver.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_display.c