From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D8095EE49A5 for ; Mon, 21 Aug 2023 21:58:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231192AbjHUV6i (ORCPT ); Mon, 21 Aug 2023 17:58:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46540 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230300AbjHUV6h (ORCPT ); Mon, 21 Aug 2023 17:58:37 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6F733129; Mon, 21 Aug 2023 14:58:35 -0700 (PDT) Received: from pendragon.ideasonboard.com (aztw-30-b2-v4wan-166917-cust845.vm26.cable.virginm.net [82.37.23.78]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id F0AEB6D5; Mon, 21 Aug 2023 23:57:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1692655037; bh=VMSPjv2DqGuGsHsm746vd5bo2vG27BOcjVtyo3EUlKA=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=sfe0FVG6n0ULilznKrPzLdYEwDIDhLlRdtXB5qXOWLfUDSvEfYhmL/6A/MiI5LfU7 I7PEd6olEnvLl+Wt5ZzO4TVg3evrWZT/+IZYXDav/LZqsnYhgwBw9lxymu9WSw2rT/ UDQDzg88j+JQWFx5PWSM04TJvpbsVKZH5+mjXCSI= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230816105642.20419-1-wsa+renesas@sang-engineering.com> References: <20230816105642.20419-1-wsa+renesas@sang-engineering.com> Subject: Re: [PATCH] drm: renesas: rcar-du: use proper naming for R-Car From: Kieran Bingham Cc: Wolfram Sang , Laurent Pinchart , David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org To: Wolfram Sang , linux-renesas-soc@vger.kernel.org Date: Mon, 21 Aug 2023 22:58:30 +0100 Message-ID: <169265511004.435850.5466517142137717153@ping.linuxembedded.co.uk> User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Wolfram Sang (2023-08-16 11:56:41) > Not RCAR, but R-Car. >=20 Reviewed-by: Kieran Bingham > Signed-off-by: Wolfram Sang > --- > drivers/gpu/drm/renesas/rcar-du/rcar_du_plane.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/drivers/gpu/drm/renesas/rcar-du/rcar_du_plane.h b/drivers/gp= u/drm/renesas/rcar-du/rcar_du_plane.h > index f9893d7d6dfc..e9e59c5e70d5 100644 > --- a/drivers/gpu/drm/renesas/rcar-du/rcar_du_plane.h > +++ b/drivers/gpu/drm/renesas/rcar-du/rcar_du_plane.h > @@ -16,7 +16,7 @@ struct rcar_du_format_info; > struct rcar_du_group; > =20 > /* > - * 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 overla= y planes. > * As using overlay planes requires at least one of the CRTCs being enab= led, 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. > --=20 > 2.35.1 >