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

--- Comment #8 from Alex Deucher <ag...@yahoo.com> 2011-09-29 08:01:27 PDT ---
It should still be retrying, just restructured slightly.  The retry logic just
moved into radeon_dp_i2c_aux_ch(), radeon_dp_aux_native_write(), and
radeon_dp_aux_native_read(), e.g.,

               else if ((ack & AUX_NATIVE_REPLY_MASK) ==
AUX_NATIVE_REPLY_DEFER)
                       udelay(400);

Perhaps the delay is causing a problem.  Does removing the udelay(400); help?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to