summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/libimxdmabuffer/files
Commit message (Collapse)AuthorAgeFilesLines
* libimxdmabuffer: Upgrade to version 1.1.3Carlos Rafael Giani2023-07-301-28/+0
| | | | | | | | | | | | * waf: update to 2.0.25 * g2d: Fix typo in G2D allocator that caused build errors * Don't check for mxcfb.h in build script mxcfb.h is no longer present in some sysroots anymore, so it is not a reliable way for verifying the imx linux headers path. Just use the path directly; if it is wrong, the build will fail anyway. Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
* libimxdmabuffer: Upgrade to version 1.1.2Carlos Rafael Giani2022-06-161-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>