diff mbox series

drm/panel-edp: Add CSW MNB601LS1-3

Message ID CA++9cvomH1ozs_wyHWN=wKadXThZwMj29r=6tjEe_MRnXTqWkg@mail.gmail.com (mailing list archive)
State New
Headers show
Series drm/panel-edp: Add CSW MNB601LS1-3 | expand

Commit Message

Langyan Ye Jan. 13, 2025, 9:43 a.m. UTC
---------- Forwarded message ---------
From: Langyan Ye <yelangyan@huaqin.corp-partner.google.com>
Date: Fri, Dec 27, 2024 at 6:19 PM
Subject: [PATCH] drm/panel-edp: Add CSW MNB601LS1-3
To: <dianders@chromium.org>, <neil.armstrong@linaro.org>, <
quic_jesszhan@quicinc.com>, <maarten.lankhorst@linux.intel.com>, <
mripard@kernel.org>, <tzimmermann@suse.de>, <airlied@gmail.com>, <
simona@ffwll.ch>, <dri-devel@lists.freedesktop.org>, <
linux-kernel@vger.kernel.org>
Cc: <dianders@google.com>, Langyan Ye <
yelangyan@huaqin.corp-partner.google.com>


Add support for the CSW MNB601LS1-3, pleace the EDID here for
subsequent reference.

00 ff ff ff ff ff ff 00 0e 77 03 11 00 00 00 00
00 22 01 04 95 1a 0e 78 03 a1 35 9b 5e 58 91 25
1c 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01
01 01 01 01 01 01 09 1e 56 dc 50 00 28 30 30 20
36 00 00 90 10 00 00 1a 00 00 00 fd 00 28 3c 30
30 08 01 0a 20 20 20 20 20 20 00 00 00 fe 00 43
53 4f 54 20 54 39 0a 20 20 20 20 20 00 00 00 fe
00 4d 4e 42 36 30 31 4c 53 31 2d 33 0a 20 00 32

Signed-off-by: Langyan Ye <yelangyan@huaqin.corp-partner.google.com>
---
 drivers/gpu/drm/panel/panel-edp.c | 1 +
 1 file changed, 1 insertion(+)

        EDP_PANEL_ENTRY('C', 'S', 'W', 0x1104, &delay_200_500_e50,
"MNB601LS1-4"),

        EDP_PANEL_ENTRY('H', 'K', 'C', 0x2d51, &delay_200_500_e200,
"Unknown"),

Comments

Doug Anderson Jan. 13, 2025, 4:37 p.m. UTC | #1
Hi,

On Mon, Jan 13, 2025 at 1:43 AM Langyan Ye
<yelangyan@huaqin.corp-partner.google.com> wrote:
>
> ---------- Forwarded message ---------
> From: Langyan Ye <yelangyan@huaqin.corp-partner.google.com>
> Date: Fri, Dec 27, 2024 at 6:19 PM
> Subject: [PATCH] drm/panel-edp: Add CSW MNB601LS1-3
> To: <dianders@chromium.org>, <neil.armstrong@linaro.org>, <quic_jesszhan@quicinc.com>, <maarten.lankhorst@linux.intel.com>, <mripard@kernel.org>, <tzimmermann@suse.de>, <airlied@gmail.com>, <simona@ffwll.ch>, <dri-devel@lists.freedesktop.org>, <linux-kernel@vger.kernel.org>
> Cc: <dianders@google.com>, Langyan Ye <yelangyan@huaqin.corp-partner.google.com>
>
>
> Add support for the CSW MNB601LS1-3, pleace the EDID here for
> subsequent reference.
>
> 00 ff ff ff ff ff ff 00 0e 77 03 11 00 00 00 00
> 00 22 01 04 95 1a 0e 78 03 a1 35 9b 5e 58 91 25
> 1c 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01
> 01 01 01 01 01 01 09 1e 56 dc 50 00 28 30 30 20
> 36 00 00 90 10 00 00 1a 00 00 00 fd 00 28 3c 30
> 30 08 01 0a 20 20 20 20 20 20 00 00 00 fe 00 43
> 53 4f 54 20 54 39 0a 20 20 20 20 20 00 00 00 fe
> 00 4d 4e 42 36 30 31 4c 53 31 2d 33 0a 20 00 32
>
> Signed-off-by: Langyan Ye <yelangyan@huaqin.corp-partner.google.com>
> ---
>  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:

[1/1] drm/panel-edp: Add CSW MNB601LS1-3
      commit: 29e93d0a04b6c546a2557486029219e5f6146e65
diff mbox series

Patch

diff --git a/drivers/gpu/drm/panel/panel-edp.c
b/drivers/gpu/drm/panel/panel-edp.c
index f8511fe5fb0d..4e6f07c299df 100644
--- a/drivers/gpu/drm/panel/panel-edp.c
+++ b/drivers/gpu/drm/panel/panel-edp.c
@@ -1953,6 +1953,7 @@  static const struct edp_panel_entry edp_panels[] = {
        EDP_PANEL_ENTRY('C', 'S', 'O', 0x1200, &delay_200_500_e50_p2e200,
"MNC207QS1-1"),

        EDP_PANEL_ENTRY('C', 'S', 'W', 0x1100, &delay_200_500_e80_d50,
"MNB601LS1-1"),
+       EDP_PANEL_ENTRY('C', 'S', 'W', 0x1103, &delay_200_500_e80_d50,
"MNB601LS1-3"),