Re: [PATCH v3 35/50] drm/omap: Create connector for bridges

2019-12-18 Thread Tomi Valkeinen
On 11/12/2019 00:57, Laurent Pinchart wrote: Use the drm_bridge_connector helper to create a connector for pipelines that use drm_bridge. This allows splitting connector operations across multiple bridges when necessary, instead of having the last bridge in the chain creating the connector and ha

Re: [PATCH v3 35/50] drm/omap: Create connector for bridges

2019-12-17 Thread Laurent Pinchart
Hi Sam, Thank you for the review. On Sun, Dec 15, 2019 at 11:00:18AM +0100, Sam Ravnborg wrote: > On Wed, Dec 11, 2019 at 12:57:35AM +0200, Laurent Pinchart wrote: > > Use the drm_bridge_connector helper to create a connector for pipelines > > that use drm_bridge. This allows splitting connector

Re: [PATCH v3 35/50] drm/omap: Create connector for bridges

2019-12-15 Thread Sam Ravnborg
Hi Laurent. On Wed, Dec 11, 2019 at 12:57:35AM +0200, Laurent Pinchart wrote: > Use the drm_bridge_connector helper to create a connector for pipelines > that use drm_bridge. This allows splitting connector operations across > multiple bridges when necessary, instead of having the last bridge in >

[PATCH v3 35/50] drm/omap: Create connector for bridges

2019-12-10 Thread Laurent Pinchart
Use the drm_bridge_connector helper to create a connector for pipelines that use drm_bridge. This allows splitting connector operations across multiple bridges when necessary, instead of having the last bridge in the chain creating the connector and handling all connector operations internally. Si