Re: [PATCH 04/15] drm/dp: Add drm_dp_channel_coding_supported() helper

2019-10-18 Thread Lyude Paul
Reviewed-by: Lyude Paul On Tue, 2019-10-15 at 16:34 +0200, Thierry Reding wrote: > From: Thierry Reding > > Add a helper to check whether the sink supports ANSI 8B/10B channel > coding capability as specified in ANSI X3.230-1994, clause 11. > > Signed-off-by: Thierry Reding > --- >

[PATCH 04/15] drm/dp: Add drm_dp_channel_coding_supported() helper

2019-10-15 Thread Thierry Reding
From: Thierry Reding Add a helper to check whether the sink supports ANSI 8B/10B channel coding capability as specified in ANSI X3.230-1994, clause 11. Signed-off-by: Thierry Reding --- include/drm/drm_dp_helper.h | 7 +++ 1 file changed, 7 insertions(+) diff --git