[PATCH 1/3] drm/dp: make aux retries less chatty

2014-03-21 Thread Christian König
Am 21.03.2014 15:34, schrieb Alex Deucher: > Switch to debug only to avoid flooding the logs. > This mirrors the behavior in some other drivers. > > Signed-off-by: Alex Deucher > Reviewed-by: Daniel Vetter Added to my 3.15 queue

[PATCH 1/3] drm/dp: make aux retries less chatty

2014-03-21 Thread Daniel Vetter
On Fri, Mar 21, 2014 at 10:34:06AM -0400, Alex Deucher wrote: > Switch to debug only to avoid flooding the logs. > This mirrors the behavior in some other drivers. > > Signed-off-by: Alex Deucher > Reviewed-by: Daniel Vetter Btw I've just noticed that we have a 2nd retry loop with 3 retries

[PATCH 1/3] drm/dp: make aux retries less chatty

2014-03-21 Thread Alex Deucher
Switch to debug only to avoid flooding the logs. This mirrors the behavior in some other drivers. Signed-off-by: Alex Deucher Reviewed-by: Daniel Vetter --- drivers/gpu/drm/drm_dp_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_dp_helper.c

[PATCH 1/3] drm/dp: make aux retries less chatty

2014-03-19 Thread Jani Nikula
On Wed, 19 Mar 2014, Alex Deucher wrote: > On Tue, Mar 18, 2014 at 3:44 AM, Jani Nikula > wrote: >> On Tue, 18 Mar 2014, Alex Deucher wrote: >>> Switch to debug only to avoid flooding the logs. >>> This mirrors the behavior in some other drivers. >> >> I'd rather think we should find out why

[PATCH 1/3] drm/dp: make aux retries less chatty

2014-03-19 Thread Daniel Vetter
On Wed, Mar 19, 2014 at 09:42:44AM -0400, Alex Deucher wrote: > On Tue, Mar 18, 2014 at 3:44 AM, Jani Nikula > wrote: > > On Tue, 18 Mar 2014, Alex Deucher wrote: > >> Switch to debug only to avoid flooding the logs. > >> This mirrors the behavior in some other drivers. > > > > I'd rather think

[PATCH 1/3] drm/dp: make aux retries less chatty

2014-03-19 Thread Alex Deucher
On Tue, Mar 18, 2014 at 3:44 AM, Jani Nikula wrote: > On Tue, 18 Mar 2014, Alex Deucher wrote: >> Switch to debug only to avoid flooding the logs. >> This mirrors the behavior in some other drivers. > > I'd rather think we should find out why the DP devices are replying with > repeated native or

[PATCH 1/3] drm/dp: make aux retries less chatty

2014-03-18 Thread Jani Nikula
On Tue, 18 Mar 2014, Alex Deucher wrote: > Switch to debug only to avoid flooding the logs. > This mirrors the behavior in some other drivers. I'd rather think we should find out why the DP devices are replying with repeated native or i2c-over-aux defers. This doesn't help; I'm not in favour.

[PATCH 1/3] drm/dp: make aux retries less chatty

2014-03-18 Thread Alex Deucher
Switch to debug only to avoid flooding the logs. This mirrors the behavior in some other drivers. Signed-off-by: Alex Deucher --- drivers/gpu/drm/drm_dp_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_dp_helper.c