Re: [PATCH 08/15] drm/dp: Use drm_dp_aux_rd_interval()

2019-10-21 Thread Thierry Reding
On Fri, Oct 18, 2019 at 05:33:12PM -0400, Lyude Paul wrote: > This also seems like maybe it should just go into the previous patch? I suppose they could both be merged, but I think it's better to keep them separate. In fact, I'm having second thoughts about the new helper because it doesn't

Re: [PATCH 08/15] drm/dp: Use drm_dp_aux_rd_interval()

2019-10-18 Thread Lyude Paul
This also seems like maybe it should just go into the previous patch? On Tue, 2019-10-15 at 16:35 +0200, Thierry Reding wrote: > From: Thierry Reding > > Make use of the newly added drm_dp_aux_rd_interval() helper in existing > DP link training helpers. > > v2: drop stale sentence from commit

[PATCH 08/15] drm/dp: Use drm_dp_aux_rd_interval()

2019-10-15 Thread Thierry Reding
From: Thierry Reding Make use of the newly added drm_dp_aux_rd_interval() helper in existing DP link training helpers. v2: drop stale sentence from commit message (Philipp Zabel) Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_dp_helper.c | 26 +++--- 1 file