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

2016-02-29 Thread Jani Nikula
On Mon, 29 Feb 2016, Thierry Reding wrote: > On Sun, Jan 31, 2016 at 04:39:51PM +0200, Jani Nikula wrote: >> On Mon, 14 Dec 2015, Thierry Reding wrote: >> > From: Thierry Reding >> > >> > This helper chooses an appropriate configuration, according to the >> > bitrate requirements of the video mo

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

2016-02-29 Thread Thierry Reding
On Sun, Jan 31, 2016 at 04:39:51PM +0200, Jani Nikula wrote: > On Mon, 14 Dec 2015, 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

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

2016-01-31 Thread Jani Nikula
On Mon, 14 Dec 2015, 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: Thierry Reding > --- > drivers/gpu/drm/drm_dp_help

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

2015-12-14 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 + include