Re: [PATCH 00/60] drm/omap: Replace custom display drivers with drm_bridge and drm_panel

2019-08-08 Thread Laurent Pinchart
Hi Daniel, On Thu, Jul 11, 2019 at 09:37:26AM +0200, Daniel Vetter wrote: > On Sun, Jul 07, 2019 at 09:07:52PM +0300, Laurent Pinchart wrote: > > Hello, > > > > This patch series (nearly, see [1]) completes the rework of the omapdrm > > driver to move to drm_bridge and drm_panel. > > > > What a

Re: [PATCH 00/60] drm/omap: Replace custom display drivers with drm_bridge and drm_panel

2019-08-08 Thread Laurent Pinchart
Hi Sebastian, On Thu, Jul 11, 2019 at 01:59:23PM +0200, Sebastian Reichel wrote: > On Thu, Jul 11, 2019 at 09:37:26AM +0200, Daniel Vetter wrote: > > > [1] The only notable exception is the omapdrm-specific DSI panel driver > > > that implements a large number of custom operations. This should be

Re: [PATCH 00/60] drm/omap: Replace custom display drivers with drm_bridge and drm_panel

2019-07-11 Thread Sebastian Reichel
Hi, On Thu, Jul 11, 2019 at 09:37:26AM +0200, Daniel Vetter wrote: > > [1] The only notable exception is the omapdrm-specific DSI panel driver > > that implements a large number of custom operations. This should be > > addressed separately. > > DSI tends to be fairly custom in all drivers, I thin

Re: [PATCH 00/60] drm/omap: Replace custom display drivers with drm_bridge and drm_panel

2019-07-11 Thread Daniel Vetter
On Sun, Jul 07, 2019 at 09:07:52PM +0300, Laurent Pinchart wrote: > Hello, > > This patch series (nearly, see [1]) completes the rework of the omapdrm > driver to move to drm_bridge and drm_panel. > > What a journey. This work was started more than a year ago, and this > last piece is perhaps the

[PATCH 00/60] drm/omap: Replace custom display drivers with drm_bridge and drm_panel

2019-07-07 Thread Laurent Pinchart
Hello, This patch series (nearly, see [1]) completes the rework of the omapdrm driver to move to drm_bridge and drm_panel. What a journey. This work was started more than a year ago, and this last piece is perhaps the one that will generate the most bikeshedding as it touches the DRM core. I'm br