diff options
author | Samuel Holland <[email protected]> | 2022-04-24 12:27:57 -0500 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2022-05-19 23:43:41 +0530 |
commit | ec31c5c594927556ae74f6617fe4969568d8dcc5 (patch) | |
tree | 9da68524181eb5f5f2c03d87aa577361a3d0a960 /scripts/gdb/linux/timerlist.py | |
parent | 9aa48806edb8c37e82532dbc6098b03f6bd4245e (diff) |
dmaengine: sun6i: Add support for 34-bit physical addresses
Recent Allwinner SoCs support >4 GiB of DRAM, so those variants of the
DMA engine support >32 bit physical addresses. This is accomplished by
placing the high bits in the "para" word in the DMA descriptor.
DMA descriptors themselves can be located at >32 bit addresses by
putting the high bits in the LSBs of the descriptor address register,
taking advantage of the required DMA descriptor alignment. However,
support for this is not really necessary, so we can avoid the
complication by allocating them from the DMA_32 zone.
Signed-off-by: Samuel Holland <[email protected]>
Acked-by: Jernej Skrabec <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions