mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: Laurentiu Palcu <laurentiu.palcu@nxp.com>
Cc: David Airlie <airlied@linux.ie>,
	dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] drm/imx: fix typo in ipu_plane_formats[]
Date: Wed, 28 Jun 2017 11:42:50 +0200	[thread overview]
Message-ID: <1498642970.2944.8.camel@pengutronix.de> (raw)
In-Reply-To: <1498642294-11675-1-git-send-email-laurentiu.palcu@nxp.com>

On Wed, 2017-06-28 at 12:31 +0300, Laurentiu Palcu wrote:
> The BGRA8888 appears twice in the ipu_plane_formats[] list. The
> duplicate should be BGRX8888.
> 
> The original commit is:
> 
> commit 59d6b7189a96 ("drm/imx: ipuv3-plane: enable support for RGBX8888
> and RGBA8888 pixel formats")
> 
> Signed-off-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
> ---
>  drivers/gpu/drm/imx/ipuv3-plane.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/imx/ipuv3-plane.c b/drivers/gpu/drm/imx/ipuv3-plane.c
> index d63e853..7b1bb0f 100644
> --- a/drivers/gpu/drm/imx/ipuv3-plane.c
> +++ b/drivers/gpu/drm/imx/ipuv3-plane.c
> @@ -54,7 +54,7 @@ static const uint32_t ipu_plane_formats[] = {
>  	DRM_FORMAT_RGBA8888,
>  	DRM_FORMAT_RGBX8888,
>  	DRM_FORMAT_BGRA8888,
> -	DRM_FORMAT_BGRA8888,
> +	DRM_FORMAT_BGRX8888,
>  	DRM_FORMAT_UYVY,
>  	DRM_FORMAT_VYUY,
>  	DRM_FORMAT_YUYV,

Thank you, applied to the imx-drm/fixes branch.

regards
Philipp

      reply	other threads:[~2017-06-28  9:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-28  9:31 Laurentiu Palcu
2017-06-28  9:42 ` Philipp Zabel [this message]

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=1498642970.2944.8.camel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --cc=airlied@linux.ie \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=laurentiu.palcu@nxp.com \
    --cc=linux-kernel@vger.kernel.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

all inboxes | Powered by JetHome®