From: Matthew Garrett Date: Tue, 15 Dec 2009 18:55:24 +0000 (-0500) Subject: drm/i915: Don't check for lid presence when detecting LVDS X-Git-Tag: v2.6.33-rc4~76^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11ba159288f1bfc1a475c994e598f5fe423fde9d;p=pandora-kernel.git drm/i915: Don't check for lid presence when detecting LVDS Checking for the presence of a lid in order to validate whether or not an LVDS display exists fails on some development platforms that implement a lid device but allow the LVDS to be disabled. The VBT is correctly updated, but Linux assumes that an LVDS is still present and lies to userspace. Remove the lid check and trust the VBT. Signed-off-by: Matthew Garrett Signed-off-by: Eric Anholt --- Reading git-diff-tree failed