[PATCH 11/12] drm/dp: Read AUX read interval from DPCD

2016-02-29 Thread Daniel Vetter
On Mon, Feb 29, 2016 at 07:38:21AM +0100, Thierry Reding wrote: > On Tue, Dec 15, 2015 at 11:38:10AM +0100, Daniel Vetter wrote: > > On Mon, Dec 14, 2015 at 01:56:03PM +0100, Thierry Reding wrote: > > > From: Thierry Reding > > > > > > Store the AUX read interval from DPCD, so that it can be used

[PATCH 11/12] drm/dp: Read AUX read interval from DPCD

2016-02-29 Thread Thierry Reding
On Tue, Dec 15, 2015 at 11:38:10AM +0100, Daniel Vetter wrote: > On Mon, Dec 14, 2015 at 01:56:03PM +0100, Thierry Reding wrote: > > From: Thierry Reding > > > > Store the AUX read interval from DPCD, so that it can be used to wait > > for the durations given in the specification during link trai

[PATCH 11/12] drm/dp: Read AUX read interval from DPCD

2015-12-15 Thread Daniel Vetter
On Mon, Dec 14, 2015 at 01:56:03PM +0100, Thierry Reding wrote: > From: Thierry Reding > > Store the AUX read interval from DPCD, so that it can be used to wait > for the durations given in the specification during link training. > > Signed-off-by: Thierry Reding > --- > drivers/gpu/drm/drm_dp

[PATCH 11/12] drm/dp: Read AUX read interval from DPCD

2015-12-14 Thread Thierry Reding
From: Thierry Reding Store the AUX read interval from DPCD, so that it can be used to wait for the durations given in the specification during link training. Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_dp_helper.c | 4 include/drm/drm_dp_helper.h | 17 + 2 f