Re: [meta-xilinx] libmali EGLDeviceExt support

2018-07-19 Thread Hyun Kwon
Hi Jean-Francois, The EGLDeviceEXT, which seems to require EGL 1.5, is not supported by the libMali, which supports EGL 1.4. I believe the requirement here is to be able to specify which fb device file to open. The change is relatively simple, but unfortunately it's not currently in our plan.

[meta-xilinx] libmali EGLDeviceExt support

2018-07-17 Thread Jean-Francois Dagenais
Hi all, We have a dual screen setup running on top of xilinx/linux/4.14's new XLNX DRM (Thanks Hyun, great job with the refactor BTW). So far I can only set the dual display through the native KMS modetest command line. Now we need to make Qt5 work. To make things clean, we thought we'd use