Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit e57386ed authored by Ravi Gummadidala's avatar Ravi Gummadidala Committed by Stephen Boyd
Browse files

msm: ipa: use dma_pool for sps_transfer buffer



dma_alloc_coherent does minimum of page sized allocations,
invoking this from atomic context increases the odds of a
failed allocation which hurts data path performance. The
size of allocation is fixed and quite small compared to
page size. Use a dma_pool which uses DMA memory optimally.

Change-Id: I742bb97e23073a367a157988dba3efbc75cfb833
Signed-off-by: default avatarRavi Gummadidala <rgummadi@codeaurora.org>
parent 3b9aeb68
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment