commit | 25abdb38ec4ec9b97b33cd907ee017e02871a7c3 | [log] [tgz] |
---|---|---|
author | MD Danish Anwar <danishanwar@ti.com> | Tue Jan 30 11:48:04 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 06 16:31:06 2024 -0500 |
tree | c480bd1d8f2bb2137b0998f72416f2dff7cf025a | |
parent | e60fee79dd590341a26b338e67c7bb0f54ea236e [diff] |
dma: ti: k3-udma: Use ring_idx to pair k3 nav rings Use ring_idx to pair rings. ring_idx will be same as tx flow_id for all non-negative flow_ids. For negative flow_ids, ring_idx will be tchan->id added with bchan_cnt. Link: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/dma/ti/k3-udma.c?h=v6.8-rc2#n1686 Signed-off-by: MD Danish Anwar <danishanwar@ti.com> Reviewed-by: Ravi Gunasekaran <r-gunasekaran@ti.com>