Re: [PATCH] drm/panel-edp: Add several generic edp panels

2025-07-31 Thread cong yang
Hi, Doug Anderson 于2025年7月31日周四 01:40写道: > > Hi, > > On Wed, Jul 30, 2025 at 12:16 AM Cong Yang > wrote: > > > > Add a few generic edp panels used by mt8189 chromebooks, most of them use > > the same general timing. For CMN-N116BCA-EAK, the enable timing should be > > 200ms. For TMA-TL140VDMS03-

Re: [PATCH] drm/panel-edp: Add several generic edp panels

2025-07-30 Thread Doug Anderson
Hi, On Wed, Jul 30, 2025 at 12:16 AM Cong Yang wrote: > > Add a few generic edp panels used by mt8189 chromebooks, most of them use > the same general timing. For CMN-N116BCA-EAK, the enable timing should be > 200ms. For TMA-TL140VDMS03-01, the enable timing should be 80ms and the > disable timin

[PATCH] drm/panel-edp: Add several generic edp panels

2025-07-30 Thread Cong Yang
Add a few generic edp panels used by mt8189 chromebooks, most of them use the same general timing. For CMN-N116BCA-EAK, the enable timing should be 200ms. For TMA-TL140VDMS03-01, the enable timing should be 80ms and the disable timing should be 100ms. 1. AUO B122UAN01.0 2. AUO B116XAK02.0 3. AUO B

Re: [PATCH] drm/panel-edp: Add several generic edp panels

2024-03-07 Thread Xuxin Xiong
Fixed! Thanks a lot! Doug Anderson 于2024年3月7日周四 22:36写道: > Hi, > > On Thu, Mar 7, 2024 at 1:44 AM Xuxin Xiong > wrote: > > > > Add support for the following 2 panels: > > 1. BOE NT116WHM-N44 > > 2. CMN N116BCA-EA1 > > > > Signed-off-by: Xuxin Xiong > > --- > > drivers/gpu/drm/panel/panel-edp.

Re: [PATCH] drm/panel-edp: Add several generic edp panels

2024-03-07 Thread Doug Anderson
Hi, On Thu, Mar 7, 2024 at 1:44 AM Xuxin Xiong wrote: > > Add support for the following 2 panels: > 1. BOE NT116WHM-N44 > 2. CMN N116BCA-EA1 > > Signed-off-by: Xuxin Xiong > --- > drivers/gpu/drm/panel/panel-edp.c | 2 ++ > 1 file changed, 2 insertions(+) The patch looks OK, but please resend

[PATCH] drm/panel-edp: Add several generic edp panels

2024-03-07 Thread Xuxin Xiong
Add support for the following 2 panels: 1. BOE NT116WHM-N44 2. CMN N116BCA-EA1 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 a0b6f69b916f..e21b4bb

Re: [PATCH] drm/panel-edp: Add several generic edp panels

2023-12-18 Thread Doug Anderson
Hi, On Mon, Dec 18, 2023 at 1:59 AM Xuxin Xiong wrote: > > Add support for the following 3 panels: > 1. BOE NV116WHM-N49 V8.0 > 2. BOE NV122WUM-N41 > 3. CSO MNC207QS1-1 > > Signed-off-by: Xuxin Xiong > --- > drivers/gpu/drm/panel/panel-edp.c | 4 > 1 file changed, 4 insertions(+) Reviewed

[PATCH] drm/panel-edp: Add several generic edp panels

2023-12-18 Thread Xuxin Xiong
Add support for the following 3 panels: 1. BOE NV116WHM-N49 V8.0 2. BOE NV122WUM-N41 3. CSO MNC207QS1-1 Signed-off-by: Xuxin Xiong --- drivers/gpu/drm/panel/panel-edp.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-edp.c b/drivers/gpu/drm/panel/panel-edp.c