Freescale / libimxdmabuffer

Library for allocating and managing physically contiguous memory ("DMA memory" or "DMA buffers") on i.MX devices
GNU Lesser General Public License v2.1
19 stars 12 forks source link

Enabling G2D for allocation and compositor #9

Open Donnyp751 opened 1 year ago

Donnyp751 commented 1 year ago

Howdy, I'm trying to get the G2D working for allocation, I see to enable ION in the kernel is uses

CONFIG_ION=y CONFIG_ION_CMA_HEAP=y

in the kernel config, but I'm having a hard time finding how to get the G2D API enabled on the IMX6? Is there a kernel config for this, or is there more to getting it enabled when building Linux from source?

Donnyp751 commented 11 months ago

Just following up, @dv1 Any ideas on how to enable this on a 4.19.x kernel?