summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/libimxdmabuffer/files
Commit message (Collapse)AuthorAgeFilesLines
* libimxdmabuffer: Upgrade to version 1.1.2Carlos Rafael Giani2022-05-081-0/+28
| | | | | | | | | | | | | | | * waf: update to 2.0.23 * dma-heap: Add support for uncached dma-heap memory imx_dma_buffer_dma_heap_allocator_new_from_fd() is a new function that partially deprecates the dma_heap_fd argument of imx_dma_buffer_dma_heap_allocator_new(). * Add sync access functions to ensure cache coherency when allocating cached DMA memory; only done by dma-heap allocator at this time * Relax buffer mapping flags checks * Add API functions to retrieve dma-heap / ION FDs Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
* libimxdmabuffer: Fix ptestCarlos Rafael Giani2020-04-241-0/+10
Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>