Re: [PATCH v2 44/50] drm/omap: dpi: Register a drm_bridge

2019-08-27 Thread Laurent Pinchart
Hi Hans, On Tue, Aug 27, 2019 at 12:51:08PM +0300, Laurent Pinchart wrote: > On Tue, Aug 27, 2019 at 11:07:56AM +0200, Hans Verkuil wrote: > > Hi Laurent, > > > > I tried this series with my Pandaboard, but it broke my Pandaboard. After > > doing a git bisect it ended up with this patch as the

Re: [PATCH v2 44/50] drm/omap: dpi: Register a drm_bridge

2019-08-27 Thread Laurent Pinchart
Hi Hans, On Tue, Aug 27, 2019 at 11:07:56AM +0200, Hans Verkuil wrote: > Hi Laurent, > > I tried this series with my Pandaboard, but it broke my Pandaboard. After > doing a git bisect it ended up with this patch as the culprit. > > If I boot my Pandaboard I get this: > > [3.271881]

Re: [PATCH v2 44/50] drm/omap: dpi: Register a drm_bridge

2019-08-27 Thread Hans Verkuil
Hi Laurent, I tried this series with my Pandaboard, but it broke my Pandaboard. After doing a git bisect it ended up with this patch as the culprit. If I boot my Pandaboard I get this: [3.271881] omapdss_dss 5800.dss: 5800.dss supply vdda_video not found, using dummy regulator [

[PATCH v2 44/50] drm/omap: dpi: Register a drm_bridge

2019-08-19 Thread Laurent Pinchart
In order to integrate with a chain of drm_bridge, the internal DPI output has to expose its operations through the drm_bridge API. Register a bridge at initialisation time to do so and remove the omap_dss_device operations that are now unused. Signed-off-by: Laurent Pinchart ---