From: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
To: "zheng.dongxiong" <zheng.dongxiong@outlook.com>
Cc: fancer.lancer@gmail.com, vkoul@kernel.org,
dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH RESEND 1/2] dmaengine: dw-edma: Move "Set consumer cycle" into first condition in dw_hdma_v0_core_start()
Date: Fri, 5 Jul 2024 19:42:41 +0530 [thread overview]
Message-ID: <20240705141241.GB57780@thinkpad> (raw)
In-Reply-To: <SY4P282MB26240D98F157B616B3AA2E2EF9DF2@SY4P282MB2624.AUSP282.PROD.OUTLOOK.COM>
On Fri, Jul 05, 2024 at 06:57:34PM +0800, zheng.dongxiong wrote:
> Two or more chunks are used in a transfer,
> Consumer cycle only needs to be set on the first transfer.
>
Can you please reference the section of the spec that mentions this behavior?
- Mani
> Signed-off-by: zheng.dongxiong <zheng.dongxiong@outlook.com>
> ---
> drivers/dma/dw-edma/dw-hdma-v0-core.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/dma/dw-edma/dw-hdma-v0-core.c b/drivers/dma/dw-edma/dw-hdma-v0-core.c
> index 10e8f0715..d77051d1e 100644
> --- a/drivers/dma/dw-edma/dw-hdma-v0-core.c
> +++ b/drivers/dma/dw-edma/dw-hdma-v0-core.c
> @@ -262,10 +262,10 @@ static void dw_hdma_v0_core_start(struct dw_edma_chunk *chunk, bool first)
> lower_32_bits(chunk->ll_region.paddr));
> SET_CH_32(dw, chan->dir, chan->id, llp.msb,
> upper_32_bits(chunk->ll_region.paddr));
> + /* Set consumer cycle */
> + SET_CH_32(dw, chan->dir, chan->id, cycle_sync,
> + HDMA_V0_CONSUMER_CYCLE_STAT | HDMA_V0_CONSUMER_CYCLE_BIT);
> }
> - /* Set consumer cycle */
> - SET_CH_32(dw, chan->dir, chan->id, cycle_sync,
> - HDMA_V0_CONSUMER_CYCLE_STAT | HDMA_V0_CONSUMER_CYCLE_BIT);
>
> dw_hdma_v0_sync_ll_data(chunk);
>
> --
> 2.34.1
>
--
மணிவண்ணன் சதாசிவம்
next prev parent reply other threads:[~2024-07-05 14:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1720176660.git.zheng.dongxiong@outlook.com>
2024-07-05 10:57 ` [PATCH RESEND 1/2] dmaengine: dw-edma: Move "Set consumer cycle" into first condition in dw_hdma_v0_core_start() zheng.dongxiong
2024-07-05 14:12 ` Manivannan Sadhasivam [this message]
2024-07-06 8:40 ` dongxiong zheng
2024-07-21 8:57 ` Manivannan Sadhasivam
2024-07-05 10:57 ` [PATCH RESEND 2/2] damengine: dw-edma: Add msi wartermark configuration zheng.dongxiong
2024-07-05 14:11 ` Manivannan Sadhasivam
2024-07-06 7:59 ` dongxiong zheng
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240705141241.GB57780@thinkpad \
--to=manivannan.sadhasivam@linaro.org \
--cc=dmaengine@vger.kernel.org \
--cc=fancer.lancer@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=vkoul@kernel.org \
--cc=zheng.dongxiong@outlook.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).