dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 5/5] drm/panel-edp: Add BOE NE14QDM panel for Dell Latitude 7455
       [not found] <20250706205723.9790-2-val@packett.cool>
@ 2025-07-06 20:50 ` Val Packett
  2025-07-14 17:58   ` Doug Anderson
  0 siblings, 1 reply; 2+ messages in thread
From: Val Packett @ 2025-07-06 20:50 UTC (permalink / raw)
  To: Douglas Anderson, Neil Armstrong, Jessica Zhang,
	Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
	Simona Vetter
  Cc: Val Packett, dri-devel, linux-kernel

Cannot confirm which variant exactly it is, as the EDID alphanumeric data
contains '0RGNR' <0x80> 'NE14QDM' and ends there; but it's 60 Hz and with
touch.

I do not have access to datasheets for these panels, so the timing is
a guess that was tested to work fine on this laptop.

Raw EDID dump:

00 ff ff ff ff ff ff 00 09 e5 1e 0b 00 00 00 00
10 20 01 04 a5 1e 13 78 07 fd 85 a7 53 4c 9b 25
0f 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01
01 01 01 01 01 01 a7 6d 00 a0 a0 40 78 60 30 20
36 00 2e bc 10 00 00 1a b9 57 00 a0 a0 40 78 60
30 20 36 00 2e bc 10 00 00 1a 00 00 00 fe 00 30
52 47 4e 52 80 4e 45 31 34 51 44 4d 00 00 00 00
00 02 41 31 a8 00 01 00 00 1a 41 0a 20 20 00 8f

Signed-off-by: Val Packett <val@packett.cool>
---
 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 3796c41629cc..9a56e208cbdd 100644
--- a/drivers/gpu/drm/panel/panel-edp.c
+++ b/drivers/gpu/drm/panel/panel-edp.c
@@ -1939,6 +1939,7 @@ static const struct edp_panel_entry edp_panels[] = {
 	EDP_PANEL_ENTRY('B', 'O', 'E', 0x0ac5, &delay_200_500_e50, "NV116WHM-N4C"),
 	EDP_PANEL_ENTRY('B', 'O', 'E', 0x0ae8, &delay_200_500_e50_p2e80, "NV140WUM-N41"),
 	EDP_PANEL_ENTRY('B', 'O', 'E', 0x0b09, &delay_200_500_e50_po2e200, "NV140FHM-NZ"),
+	EDP_PANEL_ENTRY('B', 'O', 'E', 0x0b1e, &delay_200_500_e80, "NE140QDM-N6A"),
 	EDP_PANEL_ENTRY('B', 'O', 'E', 0x0b34, &delay_200_500_e80, "NV122WUM-N41"),
 	EDP_PANEL_ENTRY('B', 'O', 'E', 0x0b43, &delay_200_500_e200, "NV140FHM-T09"),
 	EDP_PANEL_ENTRY('B', 'O', 'E', 0x0b56, &delay_200_500_e80, "NT140FHM-N47"),
-- 
2.49.0


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

* Re: [PATCH v3 5/5] drm/panel-edp: Add BOE NE14QDM panel for Dell Latitude 7455
  2025-07-06 20:50 ` [PATCH v3 5/5] drm/panel-edp: Add BOE NE14QDM panel for Dell Latitude 7455 Val Packett
@ 2025-07-14 17:58   ` Doug Anderson
  0 siblings, 0 replies; 2+ messages in thread
From: Doug Anderson @ 2025-07-14 17:58 UTC (permalink / raw)
  To: Val Packett
  Cc: Neil Armstrong, Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter, dri-devel,
	linux-kernel

Hi,

On Sun, Jul 6, 2025 at 1:59 PM Val Packett <val@packett.cool> wrote:
>
> Cannot confirm which variant exactly it is, as the EDID alphanumeric data
> contains '0RGNR' <0x80> 'NE14QDM' and ends there; but it's 60 Hz and with
> touch.
>
> I do not have access to datasheets for these panels, so the timing is
> a guess that was tested to work fine on this laptop.
>
> Raw EDID dump:
>
> 00 ff ff ff ff ff ff 00 09 e5 1e 0b 00 00 00 00
> 10 20 01 04 a5 1e 13 78 07 fd 85 a7 53 4c 9b 25
> 0f 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01
> 01 01 01 01 01 01 a7 6d 00 a0 a0 40 78 60 30 20
> 36 00 2e bc 10 00 00 1a b9 57 00 a0 a0 40 78 60
> 30 20 36 00 2e bc 10 00 00 1a 00 00 00 fe 00 30
> 52 47 4e 52 80 4e 45 31 34 51 44 4d 00 00 00 00
> 00 02 41 31 a8 00 01 00 00 1a 41 0a 20 20 00 8f
>
> Signed-off-by: Val Packett <val@packett.cool>
> ---
>  drivers/gpu/drm/panel/panel-edp.c | 1 +
>  1 file changed, 1 insertion(+)

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

Pushed to drm-misc-next:

[5/5] drm/panel-edp: Add BOE NE14QDM panel for Dell Latitude 7455
      commit: 1a304a2f8f7dbe25f555721f502227f9197145ed

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

end of thread, other threads:[~2025-07-14 17:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20250706205723.9790-2-val@packett.cool>
2025-07-06 20:50 ` [PATCH v3 5/5] drm/panel-edp: Add BOE NE14QDM panel for Dell Latitude 7455 Val Packett
2025-07-14 17:58   ` 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).