[PATCH v7 4/8] drm: rzg2l-du: Add RZ/V2L DU Support
Biju Das
biju.das.jz at bp.renesas.com
Thu Apr 20 15:13:34 UTC 2023
Hi Geert,
> -----Original Message-----
> From: Geert Uytterhoeven <geert at linux-m68k.org>
> Sent: Thursday, April 20, 2023 3:48 PM
> To: Biju Das <biju.das.jz at bp.renesas.com>
> Cc: David Airlie <airlied at gmail.com>; Daniel Vetter <daniel at ffwll.ch>; Mauro
> Carvalho Chehab <mchehab at kernel.org>; Rob Herring <robh+dt at kernel.org>;
> Krzysztof Kozlowski <krzk+dt at kernel.org>; Laurent Pinchart
> <laurent.pinchart+renesas at ideasonboard.com>; dri-
> devel at lists.freedesktop.org; devicetree at vger.kernel.org; linux-
> media at vger.kernel.org; Geert Uytterhoeven <geert+renesas at glider.be>; Chris
> Paterson <Chris.Paterson2 at renesas.com>; Prabhakar Mahadev Lad
> <prabhakar.mahadev-lad.rj at bp.renesas.com>; linux-renesas-soc at vger.kernel.org
> Subject: Re: [PATCH v7 4/8] drm: rzg2l-du: Add RZ/V2L DU Support
>
> Hi Biju,
>
> On Tue, Apr 11, 2023 at 2:08 PM Biju Das <biju.das.jz at bp.renesas.com> wrote:
> > Add support for RZ/V2L DU. The RZ/V2L DU block is identical to RZ/G2L
> > SoC.
> >
> > Signed-off-by: Biju Das <biju.das.jz at bp.renesas.com>
> > ---
> > v7:
> > * New patch.
>
> Thanks for your patch!
>
> > --- a/drivers/gpu/drm/rcar-du/rzg2l_du_drv.c
> > +++ b/drivers/gpu/drm/rcar-du/rzg2l_du_drv.c
> > @@ -53,6 +53,7 @@ static const struct rcar_du_device_info
> > rzg2l_du_r9a07g044_info = {
> >
> > static const struct of_device_id rzg2l_du_of_table[] = {
> > { .compatible = "renesas,r9a07g044-du", .data =
> > &rzg2l_du_r9a07g044_info },
> > + { .compatible = "renesas,r9a07g054-du", .data =
> > + &rzg2l_du_r9a07g044_info },
> > { /* sentinel */ }
>
> So this change implies no fallback compatible value, OK.
I am planning to drop this patch in next version to make use of
fallback compatible as discussed in patch 6/8.
Cheers,
Biju
>
> Reviewed-by: Geert Uytterhoeven <geert+renesas at glider.be>
>
> Gr{oetje,eeting}s,
>
> Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-
> m68k.org
>
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like
> that.
> -- Linus Torvalds
More information about the dri-devel
mailing list