Re: [PATCH v5 1/5] drm/panel: jd9365da: Modify the method of sending commands

2024-06-28 Thread neil . armstrong
On 24/06/2024 16:19, Zhaoxiong Lv wrote: Currently, the init_code of the jd9365da driver is placed in the enable() function and sent, but this seems to take a long time. It takes 17ms to send each instruction (an init code consists of about 200 instructions), so it takes about 3.5s to send the in

Re: [PATCH v5 1/5] drm/panel: jd9365da: Modify the method of sending commands

2024-06-26 Thread zhaoxiong lv
On Wed, Jun 26, 2024 at 1:49 AM Jessica Zhang wrote: > > > > On 6/25/2024 5:13 AM, zhaoxiong lv wrote: > > On Tue, Jun 25, 2024 at 7:41 AM Jessica Zhang > > wrote: > >> > >> > >> > >> On 6/24/2024 7:19 AM, Zhaoxiong Lv wrote: > >>> Currently, the init_code of the jd9365da driver is placed > >>>

Re: [PATCH v5 1/5] drm/panel: jd9365da: Modify the method of sending commands

2024-06-25 Thread Jessica Zhang
On 6/25/2024 5:13 AM, zhaoxiong lv wrote: On Tue, Jun 25, 2024 at 7:41 AM Jessica Zhang wrote: On 6/24/2024 7:19 AM, Zhaoxiong Lv wrote: Currently, the init_code of the jd9365da driver is placed in the enable() function and sent, but this seems to take a long time. It takes 17ms to send

Re: [PATCH v5 1/5] drm/panel: jd9365da: Modify the method of sending commands

2024-06-25 Thread zhaoxiong lv
On Tue, Jun 25, 2024 at 7:41 AM Jessica Zhang wrote: > > > > On 6/24/2024 7:19 AM, Zhaoxiong Lv wrote: > > Currently, the init_code of the jd9365da driver is placed > > in the enable() function and sent, but this seems to take > > a long time. It takes 17ms to send each instruction (an init > > co

Re: [PATCH v5 1/5] drm/panel: jd9365da: Modify the method of sending commands

2024-06-24 Thread Jessica Zhang
On 6/24/2024 7:19 AM, Zhaoxiong Lv wrote: Currently, the init_code of the jd9365da driver is placed in the enable() function and sent, but this seems to take a long time. It takes 17ms to send each instruction (an init code consists of about 200 instructions), so it takes about 3.5s to send th

Re: [PATCH v5 1/5] drm/panel: jd9365da: Modify the method of sending commands

2024-06-24 Thread Doug Anderson
Hi, On Mon, Jun 24, 2024 at 7:20 AM Zhaoxiong Lv wrote: > > Currently, the init_code of the jd9365da driver is placed > in the enable() function and sent, but this seems to take > a long time. It takes 17ms to send each instruction (an init > code consists of about 200 instructions), so it takes

[PATCH v5 1/5] drm/panel: jd9365da: Modify the method of sending commands

2024-06-24 Thread Zhaoxiong Lv
Currently, the init_code of the jd9365da driver is placed in the enable() function and sent, but this seems to take a long time. It takes 17ms to send each instruction (an init code consists of about 200 instructions), so it takes about 3.5s to send the init_code. So we moved the sending of the int