Hi,
I am using an i.MX8m plus board and want to use DSI and HDMI dual display (the two monitor need to display the same content at the same time). I have enabled DSI and HDMI display in dts file.
I have developed a Qt applicaiton. When I use wayland platform with ./qtdemo -platform wayland, the desktop can display on two monitors but the qt application can only display on the one and I have to drag it to the other with mouse.
When I use eglfs platform with ./qtdemo -platform eglfs, the application can only display on the DSI monitor and the HDMI monitor has no output (I have executed export QT_QPA_EGLFS_KMS_CONFIG=/usr/share/examples/eglfs.json, and in my eglfs.json file, I set "device" to "/dev/dri/card1" because using /dev/dri/card0 will not generate output)
so my question is, in the two cases (with wayland and eglfs plaffotm), how can I display the same application on the two monitors at the same time?