[PATCH 6/8] drm/i915: Remove remaining retries from intel_dp_aux_ch.

2015-11-23 Thread Jani Nikula
On Sat, 21 Nov 2015, Rodrigo Vivi wrote: > drm level already takes care of the needed retries so instead of > duplicate the effort here. > > If the retry is possible immediately we return EAGAIN. Otherwise, > if we have no idea what caused the error let's assume something > was busy and let drm

[PATCH 6/8] drm/i915: Remove remaining retries from intel_dp_aux_ch.

2015-11-20 Thread Rodrigo Vivi
drm level already takes care of the needed retries so instead of duplicate the effort here. If the retry is possible immediately we return EAGAIN. Otherwise, if we have no idea what caused the error let's assume something was busy and let drm level handle the wait and retries. Signed-off-by: