ptitSeb
Serial Porter
I'm trying to use the eglCreatePixmapSurface function. For that, I need to allocate a NATIVE_PIXMAP_BUFFER that is Contiguous, and I need the Physical adress of that Memory.
On TI samples, they use the CMEM driver, but I don't think it's installed by default on Pandora now.
I wanted to use CMA, with some dma_alloc_*, but it seems it's Kernel only.
Is there some way, for a usermode program, to allocate contiguous memory, by using some CMA function, or using bsp's dsp module maybe?
On TI samples, they use the CMEM driver, but I don't think it's installed by default on Pandora now.
I wanted to use CMA, with some dma_alloc_*, but it seems it's Kernel only.
Is there some way, for a usermode program, to allocate contiguous memory, by using some CMA function, or using bsp's dsp module maybe?