linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] dmaengine: Add scatter-gathered memset support
@ 2015-07-06 10:19 Maxime Ripard
  2015-07-06 10:19 ` [PATCH 1/2] dmaengine: Add scatter-gathered memset Maxime Ripard
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Maxime Ripard @ 2015-07-06 10:19 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Vinod,

Here is a patch serie that adds a new dmaengine operation for
scatter-gathered memset.

Indeed, doing a memset over a discontiguous buffer is quite
inefficient at the moment, since you have to create and submit each
chunk separately, which might result in a huge list of transfers,
while some controllers can handle that just fine.

Let me know what you think,
Maxime

Maxime Ripard (2):
  dmaengine: Add scatter-gathered memset
  dmaengine: xdmac: Add scatter gathered memset support

 drivers/dma/at_xdmac.c    | 166 +++++++++++++++++++++++++++++++++++++++++++++-
 include/linux/dmaengine.h |   5 ++
 2 files changed, 170 insertions(+), 1 deletion(-)

-- 
2.4.5

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-08-05  5:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-06 10:19 [PATCH 0/2] dmaengine: Add scatter-gathered memset support Maxime Ripard
2015-07-06 10:19 ` [PATCH 1/2] dmaengine: Add scatter-gathered memset Maxime Ripard
2015-07-06 10:19 ` [PATCH 2/2] dmaengine: xdmac: Add scatter gathered memset support Maxime Ripard
2015-07-16 12:01   ` Vinod Koul
2015-07-16 14:11     ` Maxime Ripard
2015-07-17  3:09       ` Vinod Koul
2015-07-21 12:19         ` Maxime Ripard
2015-07-17  6:22 ` [PATCH 0/2] dmaengine: Add scatter-gathered " Ludovic Desroches
2015-08-05  5:30 ` Vinod Koul

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).