From: Chris Wilson Date: Mon, 20 Jun 2011 13:45:50 +0000 (+0100) Subject: drm/i915/sdvo: Include LVDS panels for the IS_DIGITAL check X-Git-Tag: v3.2-rc6~5^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=522200858093a6f31af9830672109f6d9807dd1e;p=pandora-kernel.git drm/i915/sdvo: Include LVDS panels for the IS_DIGITAL check We were checking whether the supplied edid matched the connector it was read from. We do this in case a DDC read returns an EDID for another device on a multifunction or otherwise interesting card. However, we failed to include LVDS as a digital device and so rejecting an otherwise valid EDID. Fixes the detection of the secondary SDVO LVDS panel on the Libretto W105. Signed-off-by: Chris Wilson Reviewed-by: Adam Jackson Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=39216 Signed-off-by: Keith Packard --- Reading git-diff-tree failed