Hi All,
I tested g2d blitting on Ubuntu imx6DL, but there is an error as follows:
g2d_blit_2d: fail with status -20
I do not know what "status -20" means, so I have no idea how to do next.
The C program and Makefile is in the attachment.
thanks
Frank
Original Attachment has been moved to: g2d_blit_test.tar.gz
已解决! 转到解答。
Hi Frank, you should not use malloc to prepare the G2D buffer, it needs physical continued memory.
Please reference to attached sample code.