From: Ma Ling Date: Thu, 2 Apr 2009 05:13:26 +0000 (+0800) Subject: drm/i915: sync hdmi detection by hdmi identifier with 2D X-Git-Tag: v2.6.30-rc2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dff6af860d6b7f661d4360eb859837afaca0a1b;p=pandora-kernel.git drm/i915: sync hdmi detection by hdmi identifier with 2D Currently we detect HDMI monitor by hardware detection, but if an HDMI-DVI adapter is used to connect a DVI monitor, hardware detection will incorrectly take monitor as HDMI. HDMI spec says any device containing IEEE registration identifier will be treated as HDMI device. The patch intends to detect HDMI monitor by drm_detect_hdmi_monitor function which follows that rule. Signed-off-by: Ma Ling Signed-off-by: Eric Anholt --- Reading git-diff-tree failed