i want to test displaying with our original OS,RTOS(like FreeRTOS), on i.mx8m mini EVK.
I found there is "G2D" simple graphic interface on i.mx Graphics User's guide.
I want to use G2D software and porting into our original OS. But I can't found source code of "G2D".
Where can I found it.
P.S. I found g2d.c at yocto environment (imx-yocto-bsp\build/tmp\work-shared\imx8mmevk\kernel-source\drivers\ )
but some function is missing (e.g. g2d_blit() ) So , I can't do "Sample code for G2D API usage" which is written in i.mx Graphics User's guide.