Dear TI team,
Our usecase is to show overlay window on top of primary window using source color keying mechanism. I understand that IPU->DP module in iMX6D/6Q supports overlay management using source transparent color keying and this IPU->DP hardware is exposed to userspace using libdrm API which is included in iMX6D/6Q Linux image.
Will you help with libdrm APIs to achieve below functionality.
1. How to set overlay plane?
2. How to set z-order of overlay plane?
3. How to set source transparent color?
4, How to control brightness and contrast of display port?
Any demonstration source code for above functionality using libdrm APIs e.g. modetest utility will be helpful.
Thanks.
Hello,
You can see the graphics user guide on your linux BSP documentation, also you might try the current demos on the BSP:
https://www.nxp.com/docs/en/user-guide/i.MX_AA_Graphics_User%27s_Guide.pdf
Regards