Using eDMA for VPU en/decoding

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Using eDMA for VPU en/decoding

405 Views
crg7475
Contributor III

Is it possible to use the eDMA for VPU en/decoding, specifically for transferring raw frames from/to the VPU? From what I see, the eDMA can do scatter-gather operations. This means it could in theory use virtual memory blocks (as long as they are located in the physical RAM and not paged to disk), because even if these are discontinuous in physical memory, the scatter-gather operation could read from the fragments. The big advantage would be that it would not be depending on the CMA, which is prone to fragmentation problems. But from what I recall, the eDMA is limited to some modules?

Labels (1)
Tags (3)
0 Kudos
2 Replies

388 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

 

As far as i Know, the VPU of i.MX8 ha eDMA working for encode/ Decode.

Regards

0 Kudos

386 Views
crg7475
Contributor III

But then, is it set up to allow for scatter/gather operation? Could the VPU be set up to use system memory (which is fully resident in RAM) instead of having to allocate physically contiguous memory through CMA?

0 Kudos