Re: [PATCH v2 2/4] drm/panel: kd101ne3: add new panel driver

2024-06-12 Thread Dmitry Baryshkov
On Wed, 12 Jun 2024 at 14:35, zhaoxiong lv wrote: > > On Fri, Jun 7, 2024 at 8:41 PM Alex Bee wrote: > > > > > > Am 07.06.24 um 14:01 schrieb Dmitry Baryshkov: > > > On Fri, Jun 07, 2024 at 07:44:33PM +0800, zhaoxiong lv wrote: > > >> hi Alex Bee > > >> > > >> I compared these two drivers. Althou

Re: [PATCH v2 2/4] drm/panel: kd101ne3: add new panel driver

2024-06-12 Thread zhaoxiong lv
On Wed, Jun 12, 2024 at 7:35 PM zhaoxiong lv wrote: > > On Fri, Jun 7, 2024 at 8:41 PM Alex Bee wrote: > > > > > > Am 07.06.24 um 14:01 schrieb Dmitry Baryshkov: > > > On Fri, Jun 07, 2024 at 07:44:33PM +0800, zhaoxiong lv wrote: > > >> hi Alex Bee > > >> > > >> I compared these two drivers. Alth

Re: [PATCH v2 2/4] drm/panel: kd101ne3: add new panel driver

2024-06-12 Thread zhaoxiong lv
On Fri, Jun 7, 2024 at 8:41 PM Alex Bee wrote: > > > Am 07.06.24 um 14:01 schrieb Dmitry Baryshkov: > > On Fri, Jun 07, 2024 at 07:44:33PM +0800, zhaoxiong lv wrote: > >> hi Alex Bee > >> > >> I compared these two drivers. Although the control IC is the same, the > >> panel is different, and the i

Re: [PATCH v2 2/4] drm/panel: kd101ne3: add new panel driver

2024-06-07 Thread Alex Bee
Am 07.06.24 um 14:01 schrieb Dmitry Baryshkov: On Fri, Jun 07, 2024 at 07:44:33PM +0800, zhaoxiong lv wrote: hi Alex Bee I compared these two drivers. Although the control IC is the same, the panel is different, and the init_cmd and timing are also slightly different, so I added a separate dr

Re: [PATCH v2 2/4] drm/panel: kd101ne3: add new panel driver

2024-06-07 Thread Dmitry Baryshkov
On Fri, Jun 07, 2024 at 07:44:33PM +0800, zhaoxiong lv wrote: > hi Alex Bee > > I compared these two drivers. Although the control IC is the same, the > panel is different, and the init_cmd and timing are also slightly > different, so I added a separate driver. But it obviously uses the same stru

Re: [PATCH v2 2/4] drm/panel: kd101ne3: add new panel driver

2024-06-07 Thread zhaoxiong lv
hi Alex Bee I compared these two drivers. Although the control IC is the same, the panel is different, and the init_cmd and timing are also slightly different, so I added a separate driver. thanks On Sun, Jun 2, 2024 at 1:07 PM Alex Bee wrote: > > Am 01.06.24 um 10:45 schrieb Zhaoxiong Lv: > >

Re: [PATCH v2 2/4] drm/panel: kd101ne3: add new panel driver

2024-06-01 Thread Alex Bee
Am 01.06.24 um 10:45 schrieb Zhaoxiong Lv: Hi Zhaoxiong, The bias IC of this kindisplay-kd101ne3 panel is placed on the panel side, so when the panel is powered on, there is no need to control AVDD and AVEE in the driver, only 3.3v and reset are needed. Signed-off-by: Zhaoxiong Lv --- Chage

Re: [PATCH v2 2/4] drm/panel: kd101ne3: add new panel driver

2024-06-01 Thread Dmitry Baryshkov
On Sat, Jun 01, 2024 at 04:45:26PM +0800, Zhaoxiong Lv wrote: > The bias IC of this kindisplay-kd101ne3 panel is placed > on the panel side, so when the panel is powered on, > there is no need to control AVDD and AVEE in the driver, > only 3.3v and reset are needed. > > Signed-off-by: Zhaoxiong Lv

[PATCH v2 2/4] drm/panel: kd101ne3: add new panel driver

2024-06-01 Thread Zhaoxiong Lv
The bias IC of this kindisplay-kd101ne3 panel is placed on the panel side, so when the panel is powered on, there is no need to control AVDD and AVEE in the driver, only 3.3v and reset are needed. Signed-off-by: Zhaoxiong Lv --- Chage since V2: - 1. Use the new mipi_dsi_dcs_write_seq_multi() f