RE: [PATCH v2 4/9] drm/timings: Add link flags

2019-08-15 Thread Fabrizio Castro
Hi Laurent, Thank you for the feedback! I think we need to come a conclusion on here: https://patchwork.kernel.org/patch/11095547/ before taking the comments on this patch any further. Thanks, Fab > From: Laurent Pinchart > Sent: 15 August 2019 13:00 > Subject: Re: [PATCH v2 4/9] dr

Re: [PATCH v2 4/9] drm/timings: Add link flags

2019-08-15 Thread Laurent Pinchart
Hi Fabrizio, Thank you for the patch. On Thu, Aug 15, 2019 at 12:04:28PM +0100, Fabrizio Castro wrote: > We need more information to describe dual-LVDS links, therefore > introduce link_flags. > > Signed-off-by: Fabrizio Castro > > --- > v1->v2: > * new patch > > include/drm/drm_timings.h |

[PATCH v2 4/9] drm/timings: Add link flags

2019-08-15 Thread Fabrizio Castro
We need more information to describe dual-LVDS links, therefore introduce link_flags. Signed-off-by: Fabrizio Castro --- v1->v2: * new patch include/drm/drm_timings.h | 26 ++ 1 file changed, 26 insertions(+) diff --git a/include/drm/drm_timings.h b/include/drm/drm_tim