]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/sdvo: If at first we don't succeed in reading the response, wait
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 25 Jan 2011 15:00:01 +0000 (15:00 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 25 Jan 2011 19:23:27 +0000 (19:23 +0000)
commit7830acbb7d9f97b0239eabc770163c0b9f51d31b
treea17d4a1e88b651a4162eccf93bc638d368f791da
parent09affd261cabe6d035f21548df7a850054f6b8b8
drm/i915/sdvo: If at first we don't succeed in reading the response, wait

We were not pausing after detecting the response was pending and so did
not allow the hardware sufficient time to complete before aborting. This
lead to transient failures whilst probing SDVO devices.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=30235
Reported-by: Knut Petersen <Knut_Petersen@t-online.de>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_sdvo.c