Re: [PATCH] soc: mediatek: cmdq: fixup possible timeout issue

2020-11-01 Thread Chun-Kuang Hu
Hi, Houlong: Houlong Wei 於 2020年10月22日 週四 下午5:55寫道: > > Fixes: 576f1b4bc802 ("soc: mediatek: Add Mediatek CMDQ helper") > > There may be possible timeout issue when lots of cmdq packets are > flushed to the same cmdq client. The necessary modifications are as > below. > 1.Adjust the timer

Re: [PATCH] soc: mediatek: cmdq: fixup possible timeout issue

2020-10-30 Thread Nicolas Boichat
Thanks for the patch. On Thu, Oct 22, 2020 at 5:44 PM Houlong Wei wrote: > > Fixes: 576f1b4bc802 ("soc: mediatek: Add Mediatek CMDQ helper") nit: This belongs right next to the Sob line, but I guess/hope Matthias can help you fix that ,-) > > There may be possible timeout issue when lots of

[PATCH] soc: mediatek: cmdq: fixup possible timeout issue

2020-10-22 Thread Houlong Wei
Fixes: 576f1b4bc802 ("soc: mediatek: Add Mediatek CMDQ helper") There may be possible timeout issue when lots of cmdq packets are flushed to the same cmdq client. The necessary modifications are as below. 1.Adjust the timer timeout period as client->timeout_ms * client->pkt_cnt. 2.Optimize the