vsps DT property (was: Re: [PATCH 10/22] drm: rcar-du: Expose the VSP1 compositor through KMS planes)

Laurent Pinchart laurent.pinchart at ideasonboard.com
Mon Mar 27 09:58:12 UTC 2017


Hi Geert,

On Thursday 23 Mar 2017 16:10:56 Geert Uytterhoeven wrote:
> On Mon, Sep 14, 2015 at 12:50 AM, Laurent Pinchart wrote:
> > Signed-off-by: Laurent Pinchart
> > <laurent.pinchart+renesas at ideasonboard.com>
> > 
> > --- /dev/null
> > +++ b/drivers/gpu/drm/rcar-du/rcar_du_vsp.c
> > 
> > +int rcar_du_vsp_init(struct rcar_du_vsp *vsp)
> > +{
> > +       struct rcar_du_device *rcdu = vsp->dev;
> > +       struct platform_device *pdev;
> > +       struct device_node *np;
> > +       unsigned int i;
> > +       int ret;
> > +
> > +       /* Find the VSP device and initialize it. */
> > +       np = of_parse_phandle(rcdu->dev->of_node, "vsps", vsp->index);
> > +       if (!np) {
> > +               dev_err(rcdu->dev, "vsps node not found\n");
> > +               return -ENXIO;
> > +       }
> 
> Apparently the "vsps" DT property was never documented in
> Documentation/devicetree/bindings/display/renesas,du.txt.
> 
> Can you please fix that? Thanks!

Oops. I've just sent a patch.

-- 
Regards,

Laurent Pinchart



More information about the dri-devel mailing list