All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/panel-edp: Add INX N116BGE-EA2 (HW: C4)
@ 2022-10-21  3:10 ` Sean Hong
  0 siblings, 0 replies; 4+ messages in thread
From: Sean Hong @ 2022-10-21  3:10 UTC (permalink / raw)
  To: dianders, thierry.reding, sam, airlied, daniel
  Cc: Sean Hong, linux-kernel, dri-devel

Add support for the INX - N116BGE-EA2 (HW: C4) 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 4b39d1dd9140..82c81622a169 100644
--- a/drivers/gpu/drm/panel/panel-edp.c
+++ b/drivers/gpu/drm/panel/panel-edp.c
@@ -1885,6 +1885,7 @@ static const struct edp_panel_entry edp_panels[] = {
 
 	EDP_PANEL_ENTRY('C', 'M', 'N', 0x114c, &innolux_n116bca_ea1.delay, "N116BCA-EA1"),
 	EDP_PANEL_ENTRY('C', 'M', 'N', 0x1152, &delay_200_500_e80_d50, "N116BCN-EA1"),
+	EDP_PANEL_ENTRY('C', 'M', 'N', 0x1153, &delay_200_500_e80_d50, "N116BGE-EA2"),
 	EDP_PANEL_ENTRY('C', 'M', 'N', 0x1154, &delay_200_500_e80_d50, "N116BCA-EA2"),
 	EDP_PANEL_ENTRY('C', 'M', 'N', 0x1247, &delay_200_500_e80_d50, "N120ACA-EA1"),
 
-- 
2.25.1


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

* [PATCH] drm/panel-edp: Add INX N116BGE-EA2 (HW: C4)
@ 2022-10-21  3:10 ` Sean Hong
  0 siblings, 0 replies; 4+ messages in thread
From: Sean Hong @ 2022-10-21  3:10 UTC (permalink / raw)
  To: dianders, thierry.reding, sam, airlied, daniel
  Cc: dri-devel, linux-kernel, Sean Hong

Add support for the INX - N116BGE-EA2 (HW: C4) 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 4b39d1dd9140..82c81622a169 100644
--- a/drivers/gpu/drm/panel/panel-edp.c
+++ b/drivers/gpu/drm/panel/panel-edp.c
@@ -1885,6 +1885,7 @@ static const struct edp_panel_entry edp_panels[] = {
 
 	EDP_PANEL_ENTRY('C', 'M', 'N', 0x114c, &innolux_n116bca_ea1.delay, "N116BCA-EA1"),
 	EDP_PANEL_ENTRY('C', 'M', 'N', 0x1152, &delay_200_500_e80_d50, "N116BCN-EA1"),
+	EDP_PANEL_ENTRY('C', 'M', 'N', 0x1153, &delay_200_500_e80_d50, "N116BGE-EA2"),
 	EDP_PANEL_ENTRY('C', 'M', 'N', 0x1154, &delay_200_500_e80_d50, "N116BCA-EA2"),
 	EDP_PANEL_ENTRY('C', 'M', 'N', 0x1247, &delay_200_500_e80_d50, "N120ACA-EA1"),
 
-- 
2.25.1


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

* Re: [PATCH] drm/panel-edp: Add INX N116BGE-EA2 (HW: C4)
  2022-10-21  3:10 ` Sean Hong
@ 2022-10-21 14:35   ` Doug Anderson
  -1 siblings, 0 replies; 4+ messages in thread
From: Doug Anderson @ 2022-10-21 14:35 UTC (permalink / raw)
  To: Sean Hong; +Cc: sam, linux-kernel, dri-devel, thierry.reding

Hi,

On Thu, Oct 20, 2022 at 8:10 PM Sean Hong
<sean.hong@quanta.corp-partner.google.com> wrote:
>
> Add support for the INX - N116BGE-EA2 (HW: C4) 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(+)

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

NOTE: please send patches in a 2-part series in the future so I don't
have to resolve the merge conflicts when applying.

For these simple table entries, I don't see any reason to delay before
landing, so pushed to drm-misc-next.

3facae064964 drm/panel-edp: Add INX N116BGE-EA2 (HW: C4)

-Doug

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

* Re: [PATCH] drm/panel-edp: Add INX N116BGE-EA2 (HW: C4)
@ 2022-10-21 14:35   ` Doug Anderson
  0 siblings, 0 replies; 4+ messages in thread
From: Doug Anderson @ 2022-10-21 14:35 UTC (permalink / raw)
  To: Sean Hong; +Cc: thierry.reding, sam, airlied, daniel, dri-devel, linux-kernel

Hi,

On Thu, Oct 20, 2022 at 8:10 PM Sean Hong
<sean.hong@quanta.corp-partner.google.com> wrote:
>
> Add support for the INX - N116BGE-EA2 (HW: C4) 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(+)

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

NOTE: please send patches in a 2-part series in the future so I don't
have to resolve the merge conflicts when applying.

For these simple table entries, I don't see any reason to delay before
landing, so pushed to drm-misc-next.

3facae064964 drm/panel-edp: Add INX N116BGE-EA2 (HW: C4)

-Doug

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

end of thread, other threads:[~2022-10-21 14:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-21  3:10 [PATCH] drm/panel-edp: Add INX N116BGE-EA2 (HW: C4) Sean Hong
2022-10-21  3:10 ` Sean Hong
2022-10-21 14:35 ` Doug Anderson
2022-10-21 14:35   ` Doug Anderson

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.