From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Cc: Liu Ying <victor.liu@nxp.com>,
dri-devel@lists.freedesktop.org,
Marcel Ziswiler <marcel.ziswiler@toradex.com>,
Pascal Roeleven <dev@pascalroeleven.nl>,
Thierry Reding <thierry.reding@gmail.com>,
Dmitry Osipenko <digetx@gmail.com>,
Sam Ravnborg <sam@ravnborg.org>
Subject: Re: [PATCH v2 2/4] drm: panel: simple: Correct bus format for Satoz SAT050AT40H12R2
Date: Tue, 30 Jun 2020 08:39:57 +0200 [thread overview]
Message-ID: <20200630083957.5a9447a3@xps13> (raw)
In-Reply-To: <20200629233320.8774-3-laurent.pinchart+renesas@ideasonboard.com>
Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> wrote on
Tue, 30 Jun 2020 02:33:18 +0300:
> The Satoz SAT050AT40H12R2 panel is an LVDS panel, the
> MEDIA_BUS_FMT_RGB888_1X24 bus format is thus incorrect. Set it to the
> correct value MEDIA_BUS_FMT_RGB888_1X7X4_SPWG.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> ---
> drivers/gpu/drm/panel/panel-simple.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
> index ac6e8d55a3a2..c659d8262e5c 100644
> --- a/drivers/gpu/drm/panel/panel-simple.c
> +++ b/drivers/gpu/drm/panel/panel-simple.c
> @@ -3118,7 +3118,7 @@ static const struct panel_desc satoz_sat050at40h12r2 = {
> .width = 108,
> .height = 65,
> },
> - .bus_format = MEDIA_BUS_FMT_RGB888_1X24,
> + .bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_SPWG,
> .connector_type = DRM_MODE_CONNECTOR_LVDS,
> };
>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2020-06-30 7:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-29 23:33 [PATCH v2 0/4] drm: panel: simple: Fix mistakes in panel descriptions Laurent Pinchart
2020-06-29 23:33 ` [PATCH v2 1/4] drm: panel: simple: Correct connector type for Starry KR070PE2T Laurent Pinchart
2020-06-30 7:30 ` Pascal Roeleven
2020-06-29 23:33 ` [PATCH v2 2/4] drm: panel: simple: Correct bus format for Satoz SAT050AT40H12R2 Laurent Pinchart
2020-06-30 6:39 ` Miquel Raynal [this message]
2020-06-29 23:33 ` [PATCH v2 3/4] drm: panel: simple: Drop drive/sample bus flags for LVDS panels Laurent Pinchart
2020-06-29 23:33 ` [PATCH v2 4/4] drm: panel: simple: Warn in case of incorrect bus format " Laurent Pinchart
2020-06-30 13:58 ` [PATCH v2 0/4] drm: panel: simple: Fix mistakes in panel descriptions Sam Ravnborg
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=20200630083957.5a9447a3@xps13 \
--to=miquel.raynal@bootlin.com \
--cc=dev@pascalroeleven.nl \
--cc=digetx@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=laurent.pinchart+renesas@ideasonboard.com \
--cc=marcel.ziswiler@toradex.com \
--cc=sam@ravnborg.org \
--cc=thierry.reding@gmail.com \
--cc=victor.liu@nxp.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.