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.38-rc1~398^2~2^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97aaf910731b03b27b1c4c8a58006a1dc99dcd9a;p=pandora-kernel.git drm/i915/sdvo: Defer detection of output capabilities until probing 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 Cc: stable@kernel.org --- Reading git-diff-tree failed