drm: renesas: rcar-du: use proper naming for R-Car

Not RCAR, but R-Car.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Link: https://lore.kernel.org/r/20250522103530.51972-2-wsa+renesas@sang-engineering.com
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
This commit is contained in:
Wolfram Sang
2025-05-22 12:34:44 +02:00
committed by Tomi Valkeinen
parent ee1855582e
commit 370f86bc07

View File

@@ -16,7 +16,7 @@ struct rcar_du_format_info;
struct rcar_du_group;
/*
* The RCAR DU has 8 hardware planes, shared between primary and overlay planes.
* The R-Car DU has 8 hardware planes, shared between primary and overlay planes.
* As using overlay planes requires at least one of the CRTCs being enabled, no
* more than 7 overlay planes can be available. We thus create 1 primary plane
* per CRTC and 7 overlay planes, for a total of up to 9 KMS planes.