From: Sam Ravnborg <sam@ravnborg.org>
To: Jagan Teki <jagan@amarulasolutions.com>
Cc: Thierry Reding <thierry.reding@gmail.com>,
dri-devel@lists.freedesktop.org
Subject: Re: [PATCH v3] drm/panel: panel-simple: Fix proper bpc for ytc700tlag_05_201c
Date: Sun, 25 Jul 2021 22:13:42 +0200 [thread overview]
Message-ID: <YP3F9hlNIG718OxK@ravnborg.org> (raw)
In-Reply-To: <20210725174737.891106-1-jagan@amarulasolutions.com>
Hi Jagan,
On Sun, Jul 25, 2021 at 11:17:37PM +0530, Jagan Teki wrote:
> ytc700tlag_05_201c panel support 8 bpc not 6 bpc as per
> recent testing in i.MX8MM platform.
>
> Fix it.
>
> Fixes: 7a1f4fa4a629 ("drm/panel: simple: Add YTC700TLAG-05-201C")
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Thanks, applied to drm-misc-fixes.
Sam
> ---
> Changes for v3:
> - add fixes tag
> Changes for v2:
> - none
>
> 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 9be050ab372f..6f4151729fb7 100644
> --- a/drivers/gpu/drm/panel/panel-simple.c
> +++ b/drivers/gpu/drm/panel/panel-simple.c
> @@ -4164,7 +4164,7 @@ static const struct drm_display_mode yes_optoelectronics_ytc700tlag_05_201c_mode
> static const struct panel_desc yes_optoelectronics_ytc700tlag_05_201c = {
> .modes = &yes_optoelectronics_ytc700tlag_05_201c_mode,
> .num_modes = 1,
> - .bpc = 6,
> + .bpc = 8,
> .size = {
> .width = 154,
> .height = 90,
> --
> 2.25.1
prev parent reply other threads:[~2021-07-25 20:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-25 17:47 [PATCH v3] drm/panel: panel-simple: Fix proper bpc for ytc700tlag_05_201c Jagan Teki
2021-07-25 20:13 ` Sam Ravnborg [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=YP3F9hlNIG718OxK@ravnborg.org \
--to=sam@ravnborg.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=jagan@amarulasolutions.com \
--cc=thierry.reding@gmail.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.