aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorAmelie Delaunay <[email protected]>2022-05-05 13:56:09 +0200
committerVinod Koul <[email protected]>2022-05-19 23:43:41 +0530
commitded6230691e00b0f31afc8aa18f26c57072ff58f (patch)
treef100d7fa3d89930899a9d35de2e67f3e3019dcf4 /tools/perf/util/scripting-engines/trace-event-python.c
parentdb60a63eb6850fce081c1a22e7318e5d37f4dcf5 (diff)
dmaengine: stm32-dma: pass DMA_SxSCR value to stm32_dma_handle_chan_done()
stm32_dma_handle_chan_done() is called on Transfer Complete interrupt. As DMA_SxSCR register is read in interrupt handler, pass the value as parameter of stm32_dma_handle_chan_done(). Also return directly if chan->desc is null to remove one ident level. Then, stm32_dma_configure_next_sg() is doing something only if Double-Buffer Mode (DBM) is enabled, so, check it is enabled prior calling stm32_dma_configure_next_sg(), to remove one ident level in stm32_dma_configure_next_sg(). Signed-off-by: Amelie Delaunay <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions