Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
dmaengine: ti: k3-udma: Add support for burst_size configuration for …
…mem2mem The UDMA and BCDMA can provide higher throughput if the burst_size of the channel is changed from it's default (which is 64 bytes) for Ultra-high and high capacity channels. This performance benefit is even more visible when the buffers are aligned with the burst_size configuration. The am654 does not have a way to change the burst size, but it is using 64 bytes burst, so increasing the copy_align from 8 bytes to 64 (and clients taking that into account) can increase the througput as well. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
- Loading branch information
Peter Ujfalusi
committed
Nov 18, 2020
1 parent
63b8fda
commit 7e4a26181ab91aeb561a52a2ea28b62f1078a261
Showing
1 changed file
with
112 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters