diff options
author | Andy Shevchenko <[email protected]> | 2013-01-16 15:48:50 +0200 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2013-01-20 20:49:21 -0800 |
commit | f8122a82d2eae8ef42de48829deed0ca9d9e1f17 (patch) | |
tree | ade059660ab99a330c93dffa90e7e4f4972270af /tools/perf/scripts/python/sctop.py | |
parent | 855372c013bbad8369223f7c75242bd3c94f9345 (diff) |
dw_dmac: allocate dma descriptors from DMA_COHERENT memory
Currently descriptors are allocated from normal cacheable memory and that slows
down filling the descriptors, as we need to call cache_coherency routines
afterwards. It would be better to allocate memory for these descriptors from
DMA_COHERENT memory. This would make code much cleaner too.
Signed-off-by: Andy Shevchenko <[email protected]>
Tested-by: Mika Westerberg <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions