Re: [PATCH 17/17] drm/dp: Add drm_dp_link_choose() helper

2018-03-13 Thread Thierry Reding
On Wed, Feb 07, 2018 at 02:53:19PM +0200, Jani Nikula wrote: > On Mon, 05 Feb 2018, Thierry Reding wrote: > > From: Thierry Reding > > > > This helper chooses an appropriate configuration, according to the > > bitrate requirements of the video mode

Re: [PATCH 17/17] drm/dp: Add drm_dp_link_choose() helper

2018-02-07 Thread Jani Nikula
On Mon, 05 Feb 2018, Thierry Reding wrote: > From: Thierry Reding > > This helper chooses an appropriate configuration, according to the > bitrate requirements of the video mode and the capabilities of the > DisplayPort sink. > > Signed-off-by:

[PATCH 17/17] drm/dp: Add drm_dp_link_choose() helper

2018-02-05 Thread Thierry Reding
From: Thierry Reding This helper chooses an appropriate configuration, according to the bitrate requirements of the video mode and the capabilities of the DisplayPort sink. Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_dp_helper.c | 55