commit | bc5e5718acd7f7d000d913e619562767863610bf | [log] [tgz] |
---|---|---|
author | Bruno Prémont <bonbons@linux-vserver.org> | Sat Aug 08 13:01:17 2009 +0200 |
committer | Eric Anholt <eric@anholt.net> | Mon Aug 24 16:41:22 2009 -0700 |
tree | a9f4ed5bac93052456b5dda4ca659964d9dfb5a4 | |
parent | 942642a412454c3365f0abc8399c8ef2944f4eac [diff] |
drm/i915: Check if BIOS enabled dual-channel LVDS on 8xx, not only on 9xx Commit 0c2e39525b3b53a97a0202c5f35058147e53977e 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>