From: Alex Deucher Date: Fri, 7 Oct 2011 18:23:47 +0000 (-0400) Subject: drm/radeon/kms: bail early in dvi_detect for digital only connectors X-Git-Tag: v3.2-rc1~135^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f0a26128d66ef81613fe923d5c288942844ccdc;p=pandora-kernel.git drm/radeon/kms: bail early in dvi_detect for digital only connectors DVI-D and HDMI-A are digital only, so there's no need to attempt analog load detect. Also, skip bail before the !force check, or we fail to get a disconnect events. The next patches in the series attempt to fix disconnect events for connectors with analog support (DVI-I, HDMI-B, DVI-A). Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=41561 Signed-off-by: Alex Deucher Cc: stable@kernel.org Signed-off-by: Dave Airlie --- Reading git-diff-tree failed