Re: [PATCH v2 1/8] drm/bridge: use bus flags in bridge timings

2018-09-22 Thread Laurent Pinchart
Hi Stefan, On Tuesday, 18 September 2018 21:14:22 EEST Stefan Agner wrote: > On 14.09.2018 02:23, Laurent Pinchart wrote: > > On Wednesday, 12 September 2018 21:32:15 EEST Stefan Agner wrote: > >> The DRM bus flags conveys additional information on pixel data on > >> the bus. All currently availab

Re: [PATCH v2 1/8] drm/bridge: use bus flags in bridge timings

2018-09-18 Thread Stefan Agner
On 14.09.2018 02:23, Laurent Pinchart wrote: > Hi Stefan, > > Thankk you for the patch. > > On Wednesday, 12 September 2018 21:32:15 EEST Stefan Agner wrote: >> The DRM bus flags conveys additional information on pixel data on >> the bus. All currently available bus flags might be of interest for

Re: [PATCH v2 1/8] drm/bridge: use bus flags in bridge timings

2018-09-14 Thread Laurent Pinchart
Hi Stefan, Thankk you for the patch. On Wednesday, 12 September 2018 21:32:15 EEST Stefan Agner wrote: > The DRM bus flags conveys additional information on pixel data on > the bus. All currently available bus flags might be of interest for > a bridge. In the case at hand a dumb VGA bridge needs

[PATCH v2 1/8] drm/bridge: use bus flags in bridge timings

2018-09-12 Thread Stefan Agner
The DRM bus flags conveys additional information on pixel data on the bus. All currently available bus flags might be of interest for a bridge. In the case at hand a dumb VGA bridge needs a specific data enable polarity (DRM_BUS_FLAG_DE_LOW). Replace the sampling_edge field with input_bus_flags an