diff options
author | Lars-Peter Clausen <[email protected]> | 2021-10-25 09:54:27 +0200 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2021-10-28 22:53:54 +0530 |
commit | a63ddc38571ef32eb396eb81f50dca1c8d9b2432 (patch) | |
tree | 3e6847e5c9f1ca02b99bdefd8af6caefe41ed6b6 /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | a34da7ef9a8c2b89ddb84689562f3d2b48a4e588 (diff) |
dmaengine: xilinx_dma: Correctly handle cyclic descriptor callbacks
DMA clients can provide one of two types of callbacks. For this reason
dmaengine drivers should not directly invoke `callback`, but always use
`dmaengine_desc_callback_invoke()`. This makes sure that both types of
callbacks are handled correctly.
The xilinx_dma driver currently doesn't do this for cyclic descriptors and
only handles the `callback` type callback. If the client used the
`callback_result` type callback it will not be called.
Fix this by switching to `dmaengine_desc_callback_valid()` and
`dmaengine_desc_callback_invoke()`.
Signed-off-by: Lars-Peter Clausen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions