dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Neil Armstrong <neil.armstrong@linaro.org>
To: Dario Binacchi <dario.binacchi@amarulasolutions.com>,
	linux-kernel@vger.kernel.org
Cc: Sam Ravnborg <sam@ravnborg.org>, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm/panel: nt35510: fix typo
Date: Mon, 23 Oct 2023 15:02:24 +0200	[thread overview]
Message-ID: <6c415fb2-97f1-477c-b6ef-2e4c64e46dec@linaro.org> (raw)
In-Reply-To: <20231023090613.1694133-1-dario.binacchi@amarulasolutions.com>

On 23/10/2023 11:05, Dario Binacchi wrote:
> Replace 'HFP' with 'HBP'.
> 
> Fixes: 899f24ed8d3a ("drm/panel: Add driver for Novatek NT35510-based panels")
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> ---
> 
>   drivers/gpu/drm/panel/panel-novatek-nt35510.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/panel/panel-novatek-nt35510.c b/drivers/gpu/drm/panel/panel-novatek-nt35510.c
> index d6dceb858008..83a9cf53d269 100644
> --- a/drivers/gpu/drm/panel/panel-novatek-nt35510.c
> +++ b/drivers/gpu/drm/panel/panel-novatek-nt35510.c
> @@ -1023,7 +1023,7 @@ static const struct nt35510_config nt35510_hydis_hva40wv1 = {
>   		.hdisplay = 480,
>   		.hsync_start = 480 + 2, /* HFP = 2 */
>   		.hsync_end = 480 + 2 + 0, /* HSync = 0 */
> -		.htotal = 480 + 2 + 0 + 5, /* HFP = 5 */
> +		.htotal = 480 + 2 + 0 + 5, /* HBP = 5 */
>   		.vdisplay = 800,
>   		.vsync_start = 800 + 2, /* VFP = 2 */
>   		.vsync_end = 800 + 2 + 0, /* VSync = 0 */

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

  reply	other threads:[~2023-10-23 13:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-23  9:05 [PATCH] drm/panel: nt35510: fix typo Dario Binacchi
2023-10-23 13:02 ` Neil Armstrong [this message]
2023-11-06 14:11 ` Linus Walleij

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6c415fb2-97f1-477c-b6ef-2e4c64e46dec@linaro.org \
    --to=neil.armstrong@linaro.org \
    --cc=dario.binacchi@amarulasolutions.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sam@ravnborg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).