I am working on Phytec based custom board, While porting Phytec BSP from krogoth to thud, I am unable to use gpu based rendering.
Krogoth:
- Display -> imx-drm
- libegl provider -> imx-gpu-viv
Thud:
- Display -> imx-drm
- libegl provider -> mesa
I am using one GUI application which requires egl library. It is throwing below error
INFO [0.747]:GLES 2.0: initialize native API
INFO [0.748]:GLES 2.0: Initialize EGL display
WARN [0.749]:eglGetDisplay: failed.
ERROR [0.749]:Can't initialize the display
Please explain GPU driver relation with mesa and imx-gpu-viv and application to use it.