Hi Tomi, Thank you for the patch. On Mon, Dec 19, 2022 at 04:01:38PM +0200, Tomi Valkeinen wrote: > V3U is actually gen 4 IP, like in V4H. Bumb up V3U gen in the > rcar_du_r8a779a0_info. With the typo reporting by Kieran fixed, Conditionally-Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx> > Signed-off-by: Tomi Valkeinen <tomi.valkeinen+renesas@xxxxxxxxxxxxxxxx> > --- > drivers/gpu/drm/rcar-du/rcar_du_drv.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c b/drivers/gpu/drm/rcar-du/rcar_du_drv.c > index 46c60a2d710d..c7c5217cfc1a 100644 > --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c > +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c > @@ -504,7 +504,7 @@ static const struct rcar_du_device_info rcar_du_r8a7799x_info = { > }; > > static const struct rcar_du_device_info rcar_du_r8a779a0_info = { > - .gen = 3, > + .gen = 4, > .features = RCAR_DU_FEATURE_CRTC_IRQ > | RCAR_DU_FEATURE_VSP1_SOURCE > | RCAR_DU_FEATURE_NO_BLENDING, -- Regards, Laurent Pinchart