Is the ipu-lib able to work on iMX6Q?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is the ipu-lib able to work on iMX6Q?

1,840 Views
SamTan
Contributor I

I'm using the iMX6Q now. I want to add 3 screen layer in one display. I think the iMX6Q default code implement 2 screen layer fb0,fb1(overlay) in one display. How can I add the third screen layer?

I found iMX53 has ipu-lib and screenlayer library to meet this requirement. But in iMX6Q default code, the ipu-lib is useless.

Labels (1)
0 Kudos
2 Replies

720 Views
wayne1z
Contributor II

Ipu-lib is not used on i.mx6. Using GPU to do the third screen layer combination is better than IPU. The above mentioned ioctls are defined in include/linux/ipu.h. The unit test name is mxc_ipudev_test.out and also has a script named autorun-ipu.sh under the target rootfs.

0 Kudos

720 Views
fengwei
NXP Employee
NXP Employee

ipu-lib is not runnable on imx6, but you can directly use ioctl to get similar functions.

0 Kudos