]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915/sdvo: Always add a 30ms delay to make SDVO TV detection reliable
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 24 Nov 2010 17:37:17 +0000 (17:37 +0000)
committerAndi Kleen <ak@linux.intel.com>
Tue, 14 Dec 2010 22:40:11 +0000 (23:40 +0100)
commitdf5b9f1cdee1c24106013c18c195ca6a98022291
tree3e6dd0c8e239cfe431b772c41717726d26621109
parent64e05f5440698463a93cb6bb97f71d7b8b7fee65
drm/i915/sdvo: Always add a 30ms delay to make SDVO TV detection reliable

commit ba84cd1f2b5dd49bda9300c5a11373f7e14c3c66 upstream.

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 <chris@chris-wilson.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
drivers/gpu/drm/i915/intel_sdvo.c