Re: [PATCH] drm/panel-edp: Support MNE007QS3-F and TM140VDXP15 edp panel

Haikun Zhou <[email protected]>
Newsgroups org.kernel.vger.linux-kernel,org.freedesktop.lists.dri-devel
Message-ID <CAKDRTei-79M31gT7wDK6qNn9ap06-agxCBRkfMOi2G5WaDJOOQ@mail.gmail.com>
Hi Doug

On Sat, Aug 22, 2026 at 6:00 AM Doug Anderson <[email protected]> wrote:
>
> Hi,
>
> On Wed, Aug 19, 2026 at 6:31 PM Haikun Zhou
> <[email protected]> wrote:
> >
> > MNE007QS3-F raw edid:
> > 00 ff ff ff ff ff ff 00 0e 77 87 14 00 00 00 00
> > 0f 24 01 04 a5 1e 13 78 03 2c c5 94 5c 59 95 29
> > 1e 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01
> > 01 01 01 01 01 01 35 30 80 a0 70 b0 24 40 30 20
> > 66 00 2d bc 10 00 00 1a 00 00 00 fd 00 28 3c 4b
> > 4b 10 01 0a 20 20 20 20 20 20 00 00 00 fe 00 3d
> > 4c 20 20 20 20 20 20 20 20 20 20 ff 00 00 00 fc
> > 00 4d 4e 45 30 30 37 51 53 33 2d 46 0a 20 01 41
> >
> > 70 20 79 02 00 21 00 1d c8 0b 5d 07 80 07 b0 04
> > 80 3f 79 5c 9e 05 95 9c f2 1d 02 45 54 b0 5c b0
> > 5c 00 42 12 78 22 00 14 8c 5a 02 85 7f 07 9f 00
> > 2f 80 1f 00 af 04 23 00 05 00 05 00 2b 00 0c 27
> > 00 28 3b 00 00 27 00 28 3b 00 00 2e 00 06 00 42
> > b0 5c b0 5c 81 00 1e 72 1a 00 00 03 01 28 3c 00
> > 00 53 ff 53 ff 3c 00 00 00 00 e3 05 04 00 e6 06
> > 01 01 53 53 ff 00 00 00 00 00 00 00 00 00 7e 90
> >
> > TM140VDXP15 raw edid:
> > 00 ff ff ff ff ff ff 00 51 a1 37 21 00 00 00 00
> > 0b 24 01 04 a5 1e 13 78 03 2b a5 97 5b 57 8c 28
> > 20 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01
> > 01 01 01 01 01 01 24 31 80 a0 70 b0 3c 40 30 20
> > a6 00 2d bc 10 00 00 1a 00 00 00 fd 00 28 3c 4c
> > 4c 10 01 0a 20 20 20 20 20 20 00 00 00 fe 00 3d
> > 4c 20 20 20 20 20 20 20 20 20 20 ff 00 00 00 fc
> > 00 54 4d 31 34 30 56 44 58 50 31 35 0a 20 01 dd
> >
> > 70 20 79 02 00 21 01 1d c2 0b 58 07 80 07 b0 04
> > 80 71 69 5b 79 d5 8c 87 82 20 02 45 54 b0 5c b0
> > 5c 00 42 12 78 22 00 14 3f 66 02 85 7f 07 9f 00
> > 2f 80 1f 00 af 04 3b 00 05 00 05 00 2b 00 0c 27
> > 00 28 3b 00 00 27 00 28 3b 00 00 2e 00 06 00 42
> > b0 5c b0 5c 81 00 17 72 1a 00 00 03 01 28 3c 00
> > 00 53 ff 53 ff 3c 00 00 00 00 e3 05 04 00 00 00
> > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0a 90
> >
> > Signed-off-by: Haikun Zhou <[email protected]>
> > ---
> >  drivers/gpu/drm/panel/panel-edp.c | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/drivers/gpu/drm/panel/panel-edp.c b/drivers/gpu/drm/panel/panel-edp.c
> > index 5784ba0618bd1..03e24f2a8a104 100644
> > --- a/drivers/gpu/drm/panel/panel-edp.c
> > +++ b/drivers/gpu/drm/panel/panel-edp.c
> > @@ -2236,6 +2236,7 @@ static const struct edp_panel_entry edp_panels[] = {
> >         EDP_PANEL_ENTRY('C', 'S', 'W', 0x146e, &delay_80_500_e50_d50, "MNE007QB3-1"),
> >         EDP_PANEL_ENTRY('C', 'S', 'W', 0x147c, &delay_200_500_e50_d100, "MNE007QB3-1"),
> >         EDP_PANEL_ENTRY('C', 'S', 'W', 0x1486, &delay_200_500_e50_d100, "MNE001BS6-2"),
> > +       EDP_PANEL_ENTRY('C', 'S', 'W', 0x1487, &delay_200_500_e50, "MNE007QS3-F"),
> >         EDP_PANEL_ENTRY('C', 'S', 'W', 0x1519, &delay_200_500_e80_d50, "MNF601BS1-3"),
> >         EDP_PANEL_ENTRY('C', 'S', 'W', 0x1529, &delay_200_500_e80_d50, "MNF307QS3-2"),
> >         EDP_PANEL_ENTRY('C', 'S', 'W', 0x153f, &delay_200_500_e200_d50, "MNF601BS4-1"),
> > @@ -2288,6 +2289,7 @@ static const struct edp_panel_entry edp_panels[] = {
> >
> >         EDP_PANEL_ENTRY('T', 'M', 'A', 0x0811, &delay_200_500_e80_d50, "TM140VDXP01-04"),
> >         EDP_PANEL_ENTRY('T', 'M', 'A', 0x2094, &delay_200_500_e50_d100, "TL140VDMS03-01"),
> > +       EDP_PANEL_ENTRY('T', 'M', 'A', 0x2137, &delay_200_500_e50, "TM140VDXP15"),
> >         EDP_PANEL_ENTRY('T', 'M', 'A', 0x2139, &delay_200_500_e80_pu100, "TM156VDXP25"),
>
> Looks OK and I've pushed the change with my reviewed-by tag:
>
> Reviewed-by: Douglas Anderson <[email protected]>
>
> [1/1] drm/panel-edp: Support MNE007QS3-F and TM140VDXP15 edp panel
>       commit: ae3592a2b58a9acc6e6211440f0f638b79b96e9b
>
> It did seem a little strange that there was no "disable" timing for
> either panel even though "nearby" panels did. Are you sure it's not
> needed? If so, please submit a followon patch. Thanks!
>
> -Doug

The hardware meets the vendor specifications after testing. Thank you.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.