diff options
| author | Christoph Hellwig <[email protected]> | 2019-06-25 14:13:21 +0200 |
|---|---|---|
| committer | Bartlomiej Zolnierkiewicz <[email protected]> | 2019-07-23 17:14:55 +0200 |
| commit | 5ae01cba59c63e042080ebccf2bd3406288beaa6 (patch) | |
| tree | 5fed2bebe824e069a1aed8a6730d7c41a72845ca /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | a74cefd915124a16a2956773c30addc58e344047 (diff) | |
au1200fb: don't use DMA_ATTR_NON_CONSISTENT
au1200fb allocates DMA memory using DMA_ATTR_NON_CONSISTENT, but never
calls dma_cache_sync to synchronize the memory between the CPU and the
device. If it was use on a not cache coherent bus that would be fatal,
but as far as I can tell from the naming and the mips platform
implementation it always is used in cache coherent systems. Remove
the DMA_ATTR_NON_CONSISTENT flag, which is a no-op in that case.
Signed-off-by: Christoph Hellwig <[email protected]>
Acked-by: Manuel Lauss <[email protected]>
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions