Hi, On Mon, Jul 27, 2026 at 12:58 PM Weiji Wang <[email protected]> wrote: > > Add timing from datasheet for BOE NE140QDM-NX2. > > edid-decode (hex): > > 00 ff ff ff ff ff ff 00 09 e5 f2 0a 00 00 00 00 > 20 1f 01 04 a5 1e 13 78 03 ee 96 a3 54 4c 99 26 > 0f 4e 51 00 00 00 01 01 01 01 01 01 01 01 01 01 > 01 01 01 01 01 01 60 d2 00 a0 a0 40 32 60 30 20 > 35 00 2e bd 10 00 00 18 c8 9d 00 a0 a0 40 32 60 > 30 20 35 00 2e bd 10 00 00 18 00 00 00 fd 00 30 > 78 c6 c6 36 01 0a 20 20 20 20 20 20 00 00 00 fe > 00 4e 45 31 34 30 51 44 4d 2d 4e 58 32 20 01 f8 > > 70 13 79 00 00 03 01 14 30 69 00 05 ff 09 9f 00 > 2f 00 1f 00 3f 06 31 00 02 00 04 00 00 00 00 00 > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4d 90 > > Signed-off-by: Weiji Wang <[email protected]> > --- > V1 -> V2: Changed entry sorting and shifted to 'delay_200_500_e50_p2e80' > > v1: > https://lore.kernel.org/dri-devel/[email protected]/ > > 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 14dd40afa899..c6cdcd12002e 100644 > --- a/drivers/gpu/drm/panel/panel-edp.c > +++ b/drivers/gpu/drm/panel/panel-edp.c > @@ -2036,6 +2036,7 @@ static const struct edp_panel_entry edp_panels[] = { > EDP_PANEL_ENTRY('B', 'O', 'E', 0x0a84, &delay_200_500_e50, > "NV133WUM-T01"), > 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', 0x0af2, &delay_200_500_e50_p2e80, > "NE140QDM-NX2"),
git is telling me that your patch is malformed. I guess somehow your mailing client word-wrapped it? ...and it seems to have converted your tabs to spaces. You probably need to adjust your setup. Since it's a one-line patch, I managed to whip it into shape and I've applied it, but you'll definitely have to fix that up for any other patches you send out. Reviewed-by: Douglas Anderson <[email protected]> Pushed to drm-misc-next: [1/1] drm/panel-edp: Add BOE NE140QDM-NX2 commit: 354b9c43d36ce9b41e48b2d67c5d9b953a0e9d64
