aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <[email protected]>2018-02-27 06:08:09 -0500
committerMauro Carvalho Chehab <[email protected]>2018-03-06 04:41:34 -0500
commitd571b592c6206d33731f41aa710fa0f69ac8611b (patch)
tree1f8d58cc2b9ec49cb02639c2b5372dbfe8c33652 /tools/perf/scripts/python
parent94448e21cf08b10f7dc7acdaca387594370396b0 (diff)
media: em28xx: don't use coherent buffer for DMA transfers
While coherent memory is cheap on x86, it may cause performance impacts on other archs. As we don't have any good reason to use it, let's change the logic by allocating memory via kmalloc() and letting the USB core to do the DMA mapping and memory free for us. While here, also fixes an issue that it was not de-allocating memories if something gets wrong during memory block allocation. Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions