drm/i915: Stop trying to use ACPI lid status to determine LVDS connection.
authorEric Anholt <eric@anholt.net>
Wed, 17 Mar 2010 20:48:06 +0000 (13:48 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 23 Mar 2010 19:12:49 +0000 (12:12 -0700)
commit6e6c822868f113dabe3c33bdd91e883cc28fa11b
tree65de99152f69847abb9361c6c65b5ac7d2a5a5d0
parentfe305198d4bf481d6dd017df35c566c9d477fada
drm/i915: Stop trying to use ACPI lid status to determine LVDS connection.

I've been getting more and more quirk reports about this.  It seems
clear at this point that other OSes are not using this for determining
whether the integrated panel should be turned on, and it is not
reliable for doing so.  Better to light up an unintended panel than to
not light up the only usable output on the system.

Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/gpu/drm/i915/intel_lvds.c