Re: [PATCH v2 51/60] drm/omap: Reverse direction of DSS device (dis)connect operations

2018-06-11 Thread Laurent Pinchart
Hi Sebastian, On Monday, 11 June 2018 14:59:13 EEST Sebastian Reichel wrote: > On Sat, May 26, 2018 at 08:25:09PM +0300, Laurent Pinchart wrote: > > The omapdrm and omapdss drivers are architectured based on display > > pipelines made of multiple components handled from sink (display) to > > sourc

Re: [PATCH v2 51/60] drm/omap: Reverse direction of DSS device (dis)connect operations

2018-06-11 Thread Sebastian Reichel
Hi, On Sat, May 26, 2018 at 08:25:09PM +0300, Laurent Pinchart wrote: > The omapdrm and omapdss drivers are architectured based on display > pipelines made of multiple components handled from sink (display) to > source (DSS output). This is incompatible with the DRM bridge and panel > APIs that ha

[PATCH v2 51/60] drm/omap: Reverse direction of DSS device (dis)connect operations

2018-05-26 Thread Laurent Pinchart
The omapdrm and omapdss drivers are architectured based on display pipelines made of multiple components handled from sink (display) to source (DSS output). This is incompatible with the DRM bridge and panel APIs that handle components from source to sink. To reconcile the omapdrm and omapdss driv