Re: [PATCH v4 15/15] drm/bridge: nxp-ptn3460: add drm_panel_bridge support

2020-07-26 Thread Laurent Pinchart
Hi Sam, Thank you for the patch. On Sun, Jul 26, 2020 at 10:33:24PM +0200, Sam Ravnborg wrote: > Prepare the bridge driver for use in a chained setup. > > - Replacing direct use of drm_panel with drm_panel_bridge support. > - Make the connector creation optional > > Note: the bridge panel will

[PATCH v4 15/15] drm/bridge: nxp-ptn3460: add drm_panel_bridge support

2020-07-26 Thread Sam Ravnborg
Prepare the bridge driver for use in a chained setup. - Replacing direct use of drm_panel with drm_panel_bridge support. - Make the connector creation optional Note: the bridge panel will use the connector type from the panel. v2: - Use panel_bridge for local variable name to align with other