Skip to content
Snippets Groups Projects
Commit 39bcee09 authored by Laura Abbott's avatar Laura Abbott Committed by Devin Kim
Browse files

arm: Add option to skip buffer zeroing


The DMA framework currently zeros all buffers because it (righfully so)
assumes that drivers will soon need to pass the memory to a device.
Some devices/use case may not require zeroed memory and there can
be an increase in performance if we skip the zeroing. Add a DMA_ATTR
to allow skipping of DMA zeroing.

Change-Id: Ib78a19cb341c3c441f91d5b004c6375c80c10413
Signed-off-by: default avatarLaura Abbott <lauraa@codeaurora.org>
parent d4c7c45c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment