summaryrefslogtreecommitdiff
path: root/drivers/ddr/imx
diff options
context:
space:
mode:
authorPrasanth Babu Mantena <p-mantena@ti.com>2025-02-20 18:48:27 +0530
committerTom Rini <trini@konsulko.com>2025-02-28 08:38:48 -0600
commitc6d6dbbe72c557359e2052823c14eee398601397 (patch)
tree847201db3fb7359f2d83e2e30f325542fc653594 /drivers/ddr/imx
parentc634436038072270811008b2b698ddaec8be6967 (diff)
dma: ti: k3-udma: Avoid Memory leak issues during dma memcpy
During dma memcpy, bcdma descriptor gets allocated for each transaction and not freed after completion of that transaction. So, avoid the memory allocation for every transaction. Add one descriptor per dma device and allocate it once in resource setup. This descriptor can now be used for all dma memcpy transactions optimally. Signed-off-by: Prasanth Babu Mantena <p-mantena@ti.com>
Diffstat (limited to 'drivers/ddr/imx')
0 files changed, 0 insertions, 0 deletions