On Wed, Feb 25, 2026 at 8:42 AM Maxime Ripard <[email protected]> wrote: > > The CMA dma-buf heap uses cma_alloc() and cma_release() to allocate and > free, respectively, its CMA buffers. > > However, these functions are not exported. Since we want to turn the CMA > heap into a module, let's export them both. > > Signed-off-by: Maxime Ripard <[email protected]>
Reviewed-by: T.J. Mercier <[email protected]>
