linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/panel-edp: Add BOE NT116WHM-N4C (HW: V8.1)
@ 2022-09-27  6:35 Sean Hong
  2022-09-27 15:26 ` Doug Anderson
  0 siblings, 1 reply; 4+ messages in thread
From: Sean Hong @ 2022-09-27  6:35 UTC (permalink / raw)
  To: dianders, thierry.reding, sam, airlied, daniel
  Cc: dri-devel, linux-kernel, Sean Hong

Add support for the BOE - NT116WHM-N4C (HW: V8.1) panel.

Signed-off-by: Sean Hong <sean.hong@quanta.corp-partner.google.com>
---
 drivers/gpu/drm/panel/panel-edp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/panel/panel-edp.c b/drivers/gpu/drm/panel/panel-edp.c
index 102ab9f5d40a..03a4a49e4ecb 100644
--- a/drivers/gpu/drm/panel/panel-edp.c
+++ b/drivers/gpu/drm/panel/panel-edp.c
@@ -1890,6 +1890,7 @@ static const struct edp_panel_entry edp_panels[] = {
 	EDP_PANEL_ENTRY('B', 'O', 'E', 0x098d, &boe_nv110wtm_n61.delay, "NV110WTM-N61"),
 	EDP_PANEL_ENTRY('B', 'O', 'E', 0x09dd, &delay_200_500_e50, "NT116WHM-N21"),
 	EDP_PANEL_ENTRY('B', 'O', 'E', 0x0a5d, &delay_200_500_e50, "NV116WHM-N45"),
+	EDP_PANEL_ENTRY('B', 'O', 'E', 0x0ac5, &delay_200_500_e50, "NV116WHM-N4C"),
 
 	EDP_PANEL_ENTRY('C', 'M', 'N', 0x114c, &innolux_n116bca_ea1.delay, "N116BCA-EA1"),
 	EDP_PANEL_ENTRY('C', 'M', 'N', 0x1152, &delay_200_500_p2e80, "N116BCN-EA1"),
-- 
2.25.1


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

* Re: [PATCH] drm/panel-edp: Add BOE NT116WHM-N4C (HW: V8.1)
  2022-09-27  6:35 [PATCH] drm/panel-edp: Add BOE NT116WHM-N4C (HW: V8.1) Sean Hong
@ 2022-09-27 15:26 ` Doug Anderson
  2022-09-28  6:51   ` Sean Hong
  0 siblings, 1 reply; 4+ messages in thread
From: Doug Anderson @ 2022-09-27 15:26 UTC (permalink / raw)
  To: Sean Hong
  Cc: Thierry Reding, Sam Ravnborg, David Airlie, Daniel Vetter,
	dri-devel, LKML

Hi,

On Mon, Sep 26, 2022 at 11:35 PM Sean Hong
<sean.hong@quanta.corp-partner.google.com> wrote:
>
> Add support for the BOE - NT116WHM-N4C (HW: V8.1) panel.
>
> Signed-off-by: Sean Hong <sean.hong@quanta.corp-partner.google.com>
> ---
>  drivers/gpu/drm/panel/panel-edp.c | 1 +
>  1 file changed, 1 insertion(+)

Wow, another panel?!?

Reviewed-by: Douglas Anderson <dianders@chromium.org>

Pushed to drm-misc:

2f24fe8c54cc drm/panel-edp: Add BOE NT116WHM-N4C (HW: V8.1)

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

* Re: [PATCH] drm/panel-edp: Add BOE NT116WHM-N4C (HW: V8.1)
  2022-09-27 15:26 ` Doug Anderson
@ 2022-09-28  6:51   ` Sean Hong
  2022-09-28 17:27     ` Doug Anderson
  0 siblings, 1 reply; 4+ messages in thread
From: Sean Hong @ 2022-09-28  6:51 UTC (permalink / raw)
  To: Doug Anderson
  Cc: Thierry Reding, Sam Ravnborg, David Airlie, Daniel Vetter,
	dri-devel, LKML

On Tue, Sep 27, 2022 at 11:27 PM Doug Anderson <dianders@chromium.org> wrote:
>
> Hi,
>
> On Mon, Sep 26, 2022 at 11:35 PM Sean Hong
> <sean.hong@quanta.corp-partner.google.com> wrote:
> >
> > Add support for the BOE - NT116WHM-N4C (HW: V8.1) panel.
> >
> > Signed-off-by: Sean Hong <sean.hong@quanta.corp-partner.google.com>
> > ---
> >  drivers/gpu/drm/panel/panel-edp.c | 1 +
> >  1 file changed, 1 insertion(+)
>
> Wow, another panel?!?
>
> Reviewed-by: Douglas Anderson <dianders@chromium.org>
>
> Pushed to drm-misc:
>
> 2f24fe8c54cc drm/panel-edp: Add BOE NT116WHM-N4C (HW: V8.1)

Hi Anderson,

I found some mistakes on this commit. I typed the wrong model name on
title and content.
The correct model name is NV116WHM-N4C and the code is correct.

How can I fix it? Do I need to revert this commit and then submit a
new patch upstream?

Sean

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

* Re: [PATCH] drm/panel-edp: Add BOE NT116WHM-N4C (HW: V8.1)
  2022-09-28  6:51   ` Sean Hong
@ 2022-09-28 17:27     ` Doug Anderson
  0 siblings, 0 replies; 4+ messages in thread
From: Doug Anderson @ 2022-09-28 17:27 UTC (permalink / raw)
  To: Sean Hong
  Cc: Thierry Reding, Sam Ravnborg, David Airlie, Daniel Vetter,
	dri-devel, LKML

Hi,

On Tue, Sep 27, 2022 at 11:51 PM Sean Hong
<sean.hong@quanta.corp-partner.google.com> wrote:
>
> On Tue, Sep 27, 2022 at 11:27 PM Doug Anderson <dianders@chromium.org> wrote:
> >
> > Hi,
> >
> > On Mon, Sep 26, 2022 at 11:35 PM Sean Hong
> > <sean.hong@quanta.corp-partner.google.com> wrote:
> > >
> > > Add support for the BOE - NT116WHM-N4C (HW: V8.1) panel.
> > >
> > > Signed-off-by: Sean Hong <sean.hong@quanta.corp-partner.google.com>
> > > ---
> > >  drivers/gpu/drm/panel/panel-edp.c | 1 +
> > >  1 file changed, 1 insertion(+)
> >
> > Wow, another panel?!?
> >
> > Reviewed-by: Douglas Anderson <dianders@chromium.org>
> >
> > Pushed to drm-misc:
> >
> > 2f24fe8c54cc drm/panel-edp: Add BOE NT116WHM-N4C (HW: V8.1)
>
> Hi Anderson,
>
> I found some mistakes on this commit. I typed the wrong model name on
> title and content.
> The correct model name is NV116WHM-N4C and the code is correct.
>
> How can I fix it? Do I need to revert this commit and then submit a
> new patch upstream?

There's not much to be done at this point in time. Reverting /
readding the same code with a slightly different commit message
wouldn't be worth it. The code is correct and that's the important
thing. The commit has a link to the mailing list post so anyone who's
confused will hopefully click the link and can find this discussion.

-Doug

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

end of thread, other threads:[~2022-09-28 17:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-27  6:35 [PATCH] drm/panel-edp: Add BOE NT116WHM-N4C (HW: V8.1) Sean Hong
2022-09-27 15:26 ` Doug Anderson
2022-09-28  6:51   ` Sean Hong
2022-09-28 17:27     ` Doug Anderson

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