Re: [PATCH] drm/panel-edp: Add panel CSOT MNB601LS1-1

2024-05-28 Thread Doug Anderson
Hi, On Mon, May 6, 2024 at 8:54 AM Doug Anderson wrote: > > Hi, > > On Tue, Apr 23, 2024 at 6:55 PM Xuxin Xiong > wrote: > > > > Hi Doug, thank you! > > We had reported this info to the CSOT to correct the vendor id. > > If they confirm to fix this with the same product ID, we will submit a > >

Re: [PATCH] drm/panel-edp: Add panel CSOT MNB601LS1-1

2024-05-06 Thread Doug Anderson
Hi, On Tue, Apr 23, 2024 at 6:55 PM Xuxin Xiong wrote: > > Hi Doug, thank you! > We had reported this info to the CSOT to correct the vendor id. > If they confirm to fix this with the same product ID, we will submit a > patch to fix this. FYI, "top posting" like this is generally frowned upon

Re: [PATCH] drm/panel-edp: Add panel CSOT MNB601LS1-1

2024-04-23 Thread Xuxin Xiong
Hi Doug, thank you! We had reported this info to the CSOT to correct the vendor id. If they confirm to fix this with the same product ID, we will submit a patch to fix this. Doug Anderson 于2024年4月24日周三 01:01写道: > > Hi, > > On Mon, Apr 22, 2024 at 6:28 PM Xuxin Xiong > wrote: > > > > Yes, I

Re: [PATCH] drm/panel-edp: Add panel CSOT MNB601LS1-1

2024-04-23 Thread Doug Anderson
Hi, On Mon, Apr 22, 2024 at 6:28 PM Xuxin Xiong wrote: > > Yes, I read the edid from the panels, one is CSO and the other is CSW. > The details are as follows, please help check. Thank you! > > > 1. MNC207QS1-1 > edid-decode (hex): > 00 ff ff ff ff ff ff 00 0e 6f 00 12 e7 00 00 00 > 1e 21 01 04

Re: [PATCH] drm/panel-edp: Add panel CSOT MNB601LS1-1

2024-04-22 Thread Xuxin Xiong
Yes, I read the edid from the panels, one is CSO and the other is CSW. The details are as follows, please help check. Thank you! 1. MNC207QS1-1 edid-decode (hex): 00 ff ff ff ff ff ff 00 0e 6f 00 12 e7 00 00 00 1e 21 01 04 a5 1b 12 78 03 8a d5 9c 5e 59 90 25 1b 50 54 00 00 00 01 01 01 01 01 01

Re: [PATCH] drm/panel-edp: Add panel CSOT MNB601LS1-1

2024-04-22 Thread Doug Anderson
Hi, On Sun, Apr 21, 2024 at 11:09 PM Xuxin Xiong wrote: > > Add support for the following panel: > CSOT MNB601LS1-1 > > Signed-off-by: Xuxin Xiong > --- > drivers/gpu/drm/panel/panel-edp.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/gpu/drm/panel/panel-edp.c >

[PATCH] drm/panel-edp: Add panel CSOT MNB601LS1-1

2024-04-22 Thread Xuxin Xiong
Add support for the following panel: CSOT MNB601LS1-1 Signed-off-by: Xuxin Xiong --- 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 d58f90bc48fb..5e0b1c94bc62 100644 ---