dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/panel: panel-simple: Fix proper bpc for ytc700tlag_05_201c
@ 2021-05-24 18:42 Jagan Teki
  2021-07-02  5:28 ` Jagan Teki
  0 siblings, 1 reply; 4+ messages in thread
From: Jagan Teki @ 2021-05-24 18:42 UTC (permalink / raw)
  To: Sam Ravnborg, Thierry Reding
  Cc: David Airlie, linux-kernel, dri-devel, Jagan Teki, linux-amarula

ytc700tlag_05_201c panel support 8 bpc not 6 bpc as per
recent testing in i.MX8MM platform.

Fix it.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.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 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm/panel: panel-simple: Fix proper bpc for ytc700tlag_05_201c
  2021-05-24 18:42 [PATCH] drm/panel: panel-simple: Fix proper bpc for ytc700tlag_05_201c Jagan Teki
@ 2021-07-02  5:28 ` Jagan Teki
  2021-07-09 18:13   ` Jagan Teki
  0 siblings, 1 reply; 4+ messages in thread
From: Jagan Teki @ 2021-07-02  5:28 UTC (permalink / raw)
  To: Sam Ravnborg, Thierry Reding
  Cc: David Airlie, linux-amarula, linux-kernel, dri-devel

Hi Sam and Thierry,

On Tue, May 25, 2021 at 12:12 AM Jagan Teki <jagan@amarulasolutions.com> wrote:
>
> ytc700tlag_05_201c panel support 8 bpc not 6 bpc as per
> recent testing in i.MX8MM platform.
>
> Fix it.
>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.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 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,

Can you pick this, if all okay.

Jagan.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm/panel: panel-simple: Fix proper bpc for ytc700tlag_05_201c
  2021-07-02  5:28 ` Jagan Teki
@ 2021-07-09 18:13   ` Jagan Teki
  2021-07-09 18:37     ` Sam Ravnborg
  0 siblings, 1 reply; 4+ messages in thread
From: Jagan Teki @ 2021-07-09 18:13 UTC (permalink / raw)
  To: Sam Ravnborg, Thierry Reding
  Cc: David Airlie, linux-amarula, linux-kernel, dri-devel

On Fri, Jul 2, 2021 at 10:58 AM Jagan Teki <jagan@amarulasolutions.com> wrote:
>
> Hi Sam and Thierry,
>
> On Tue, May 25, 2021 at 12:12 AM Jagan Teki <jagan@amarulasolutions.com> wrote:
> >
> > ytc700tlag_05_201c panel support 8 bpc not 6 bpc as per
> > recent testing in i.MX8MM platform.
> >
> > Fix it.
> >
> > Signed-off-by: Jagan Teki <jagan@amarulasolutions.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 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,
>
> Can you pick this, if all okay.

Gentle Ping!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm/panel: panel-simple: Fix proper bpc for ytc700tlag_05_201c
  2021-07-09 18:13   ` Jagan Teki
@ 2021-07-09 18:37     ` Sam Ravnborg
  0 siblings, 0 replies; 4+ messages in thread
From: Sam Ravnborg @ 2021-07-09 18:37 UTC (permalink / raw)
  To: Jagan Teki
  Cc: David Airlie, linux-kernel, dri-devel, Thierry Reding, linux-amarula

Hi Jagan,

On Fri, Jul 09, 2021 at 11:43:53PM +0530, Jagan Teki wrote:
> On Fri, Jul 2, 2021 at 10:58 AM Jagan Teki <jagan@amarulasolutions.com> wrote:
> >
> > Hi Sam and Thierry,
> >
> > On Tue, May 25, 2021 at 12:12 AM Jagan Teki <jagan@amarulasolutions.com> wrote:
> > >
> > > ytc700tlag_05_201c panel support 8 bpc not 6 bpc as per
> > > recent testing in i.MX8MM platform.
> > >
> > > Fix it.
> > >
> > > Signed-off-by: Jagan Teki <jagan@amarulasolutions.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 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,
> >
> > Can you pick this, if all okay.
> 
> Gentle Ping!
I have lost the original mail. Can you resend then I will review or
apply it.

	Sam

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-09 18:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24 18:42 [PATCH] drm/panel: panel-simple: Fix proper bpc for ytc700tlag_05_201c Jagan Teki
2021-07-02  5:28 ` Jagan Teki
2021-07-09 18:13   ` Jagan Teki
2021-07-09 18:37     ` Sam Ravnborg

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).