]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915/dp: wait for previous AUX channel activity to clear
authorJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 1 Aug 2011 22:02:20 +0000 (15:02 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 1 Aug 2011 22:24:18 +0000 (15:24 -0700)
commit11bee43ebba0bfc92165c059f6e9869197ea8889
tree6bc213dfd279525f0400524ac31641ed8fa7e172
parentcda2bb78c24de7674eafa3210314dc75bed344a6
drm/i915/dp: wait for previous AUX channel activity to clear

Before initiating a new read or write on the DP AUX channel, wait for
any outstanding activity to complete.  This may happen during normal
retry behavior.  If the wait fails (i.e. after 1ms the AUX channel is
still busy) dump a backtrace to make the caller easier to spot.

v2: use msleep instead, and timeout after 3ms (only ever saw 1 retry
    with msleep in testing)
v3: fix backtrace check to trigger if the 3ms wait times out

Fixes https://bugs.freedesktop.org/show_bug.cgi?id=38136.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/intel_dp.c