Re: [PATCH v1 1/2] drm/panel: jd9365da: Move the sending location of the 11/29 command

2024-08-05 Thread Doug Anderson
Hi, On Sun, Aug 4, 2024 at 7:38 PM zhaoxiong lv wrote: > > Hi all > > Do you have any other suggestions for this patch? > Looking forward to your reply, thank you Please make sure not to "top post". Folks on the mailing lists generally frown on this and it's a good way to get your email ignored

Re: [PATCH v1 1/2] drm/panel: jd9365da: Move the sending location of the 11/29 command

2024-08-04 Thread zhaoxiong lv
Hi all Do you have any other suggestions for this patch? Looking forward to your reply, thank you BR On Tue, Jul 30, 2024 at 4:09 AM Dmitry Baryshkov wrote: > > On Mon, 29 Jul 2024 at 06:10, zhaoxiong lv > wrote: > > > > On Sun, Jul 28, 2024 at 12:59 AM Dmitry Baryshkov > > wrote: > > > > > >

Re: [PATCH v1 1/2] drm/panel: jd9365da: Move the sending location of the 11/29 command

2024-07-29 Thread Dmitry Baryshkov
On Mon, 29 Jul 2024 at 06:10, zhaoxiong lv wrote: > > On Sun, Jul 28, 2024 at 12:59 AM Dmitry Baryshkov > wrote: > > > > On Thu, Jul 25, 2024 at 04:32:44PM GMT, Zhaoxiong Lv wrote: > > > Move the 11/29 command from enable() to init() function > > > > > > As mentioned in the patch: > > > https://l

Re: [PATCH v1 1/2] drm/panel: jd9365da: Move the sending location of the 11/29 command

2024-07-28 Thread zhaoxiong lv
On Sun, Jul 28, 2024 at 12:59 AM Dmitry Baryshkov wrote: > > On Thu, Jul 25, 2024 at 04:32:44PM GMT, Zhaoxiong Lv wrote: > > Move the 11/29 command from enable() to init() function > > > > As mentioned in the patch: > > https://lore.kernel.org/all/20240624141926.5250-2-lvzhaoxi...@huaqin.corp-part

Re: [PATCH v1 1/2] drm/panel: jd9365da: Move the sending location of the 11/29 command

2024-07-27 Thread Dmitry Baryshkov
On Thu, Jul 25, 2024 at 04:32:44PM GMT, Zhaoxiong Lv wrote: > Move the 11/29 command from enable() to init() function > > As mentioned in the patch: > https://lore.kernel.org/all/20240624141926.5250-2-lvzhaoxi...@huaqin.corp-partner.google.com/ > > Our DSI host has different modes in prepare() an

Re: [PATCH v1 1/2] drm/panel: jd9365da: Move the sending location of the 11/29 command

2024-07-26 Thread Jani Nikula
On Fri, 26 Jul 2024, zhaoxiong lv wrote: > On Thu, Jul 25, 2024 at 4:41 PM Jani Nikula > wrote: >> >> On Thu, 25 Jul 2024, Zhaoxiong Lv >> wrote: >> > Move the 11/29 command from enable() to init() function >> >> OOC, what is the "11/29" command? >> >> BR, >> Jani. > > hi Jani > Sorry, maybe

Re: [PATCH v1 1/2] drm/panel: jd9365da: Move the sending location of the 11/29 command

2024-07-25 Thread zhaoxiong lv
On Thu, Jul 25, 2024 at 4:41 PM Jani Nikula wrote: > > On Thu, 25 Jul 2024, Zhaoxiong Lv > wrote: > > Move the 11/29 command from enable() to init() function > > OOC, what is the "11/29" command? > > BR, > Jani. hi Jani Sorry, maybe I didn't describe it clearly. The 11/29 commands are sent by t

Re: [PATCH v1 1/2] drm/panel: jd9365da: Move the sending location of the 11/29 command

2024-07-25 Thread Jani Nikula
On Thu, 25 Jul 2024, Zhaoxiong Lv wrote: > Move the 11/29 command from enable() to init() function OOC, what is the "11/29" command? BR, Jani. > > As mentioned in the patch: > https://lore.kernel.org/all/20240624141926.5250-2-lvzhaoxi...@huaqin.corp-partner.google.com/ > > Our DSI host has dif

[PATCH v1 1/2] drm/panel: jd9365da: Move the sending location of the 11/29 command

2024-07-25 Thread Zhaoxiong Lv
Move the 11/29 command from enable() to init() function As mentioned in the patch: https://lore.kernel.org/all/20240624141926.5250-2-lvzhaoxi...@huaqin.corp-partner.google.com/ Our DSI host has different modes in prepare() and enable() functions. prepare() is in LP mode and enable() is in HS mode