[PATCH v2 05/50] drm/bridge: Extend bridge API to disable connector creation
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Tue Oct 1 19:58:53 UTC 2019
Hi Tomi,
On Tue, Oct 01, 2019 at 10:04:11AM +0300, Tomi Valkeinen wrote:
> On 20/08/2019 04:16, Laurent Pinchart wrote:
>
> > @@ -1111,7 +1113,7 @@ int dw_mipi_dsi_bind(struct dw_mipi_dsi *dsi, struct drm_encoder *encoder)
> > {
> > int ret;
> >
> > - ret = drm_bridge_attach(encoder, &dsi->bridge, NULL);
> > + ret = drm_bridge_attach(encoder, &dsi->bridge, NULL, true);
>
> This doesn't look correct. Where does the "true" come from?
It should be 0. I think it comes from the previous version of this
patch, which I've rebased instead of regenerating it completely with
Coccinelle. I'll fix that.
--
Regards,
Laurent Pinchart
More information about the dri-devel
mailing list