From: Chris Wilson Date: Wed, 24 Nov 2010 17:37:17 +0000 (+0000) Subject: drm/i915/sdvo: Always add a 30ms delay to make SDVO TV detection reliable X-Git-Tag: v2.6.37-rc5~39^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba84cd1f2b5dd49bda9300c5a11373f7e14c3c66;p=pandora-kernel.git drm/i915/sdvo: Always add a 30ms delay to make SDVO TV detection reliable Commit d09c23de intended to add a 30ms delay to give the ADD time to detect any TVs connected. However, it used the sdvo->is_tv flag to do so which is dependent upon the previous detection result and not whether the output supports TVs. Signed-off-by: Chris Wilson Cc: stable@kernel.org --- Reading git-diff-tree failed