Re: [PATCH 2/3] mailbox: add cmdq_mbox_flush to clear all task before suspend

2021-11-28 Thread Jason-JH Lin
Hi Chun-Kuang, Thanks for the reviews. On Fri, 2021-11-19 at 08:01 +0800, Chun-Kuang Hu wrote: > Hi, Jason: > > jason-jh.lin 於 2021年11月17日 週三 下午2:42寫道: > > > > CMDQ driver will occupy GCE clock to execute the task in GCE > > thread. > > > > So call cmdq_mbox_flush to clear all task in GCE thr

Re: [PATCH 2/3] mailbox: add cmdq_mbox_flush to clear all task before suspend

2021-11-18 Thread Chun-Kuang Hu
Hi, Jason: jason-jh.lin 於 2021年11月17日 週三 下午2:42寫道: > > CMDQ driver will occupy GCE clock to execute the task in GCE thread. > > So call cmdq_mbox_flush to clear all task in GCE thread before > CMDQ suspend. > > Signed-off-by: jason-jh.lin > --- > drivers/mailbox/mtk-cmdq-mailbox.c | 9 +++--

[PATCH 2/3] mailbox: add cmdq_mbox_flush to clear all task before suspend

2021-11-16 Thread jason-jh . lin
CMDQ driver will occupy GCE clock to execute the task in GCE thread. So call cmdq_mbox_flush to clear all task in GCE thread before CMDQ suspend. Signed-off-by: jason-jh.lin --- drivers/mailbox/mtk-cmdq-mailbox.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drive