From: Chris Wilson Date: Tue, 4 Jan 2011 20:10:52 +0000 (+0000) Subject: drm/i915/sdvo: Defer detection of output capabilities until probing X-Git-Tag: v2.6.37.1~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3130c162d2511f1d649b3f415b23b0df92b1c25;p=pandora-kernel.git drm/i915/sdvo: Defer detection of output capabilities until probing commit 97aaf910731b03b27b1c4c8a58006a1dc99dcd9a upstream. Alex Fiestas reported an issue with his HDMI connector being misdetected as DVI unless he had something connected upon boot. By moving the decision as to whether to use HDMI or DVI encoding for the HDMI capable output until we probe the monitor means that we should avoid sending a HDMI signal to a DVI monitor and also correctly detect hardware like Alex's. However, to really determine what connector is soldered onto the wire we need to inspect the VBT sdvo child devices - but can we trust it? Reported-by: Alex Fiestas Tested-by: Alex Fiestas Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=32828 Signed-off-by: Chris Wilson Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed