]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.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)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 24 Nov 2010 17:37:17 +0000 (17:37 +0000)
commitba84cd1f2b5dd49bda9300c5a11373f7e14c3c66
tree45b7fe1c0c146ad1b995dd95399c0d5614e920c4
parentcc840f77036fa0a141951967cd010014f088b5e0
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 <chris@chris-wilson.co.uk>
Cc: stable@kernel.org
drivers/gpu/drm/i915/intel_sdvo.c