Does the dual screen display based on the IMX8MQ chip support dual interface display of QT software?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Does the dual screen display based on the IMX8MQ chip support dual interface display of QT software?

476 次查看
ximenbingmeng
Contributor IV

Hello,

we can see from the reference manual that the block diagram for achieving "dual screen display" is as follows,

ximenbingmeng_0-1718594126943.png


And I saw the following explanation,

ximenbingmeng_1-1718594172123.png

 


So if QT is in a "flow" mode, wouldn't displaying two QT interfaces work? If feasible, are there any reference examples? The kernel version we are using is 5.10.72.
Looking forward to your reply, thank you very much!

标记 (1)
0 项奖励
回复
3 回复数

450 次查看
gary_bisson
Senior Contributor III

Hi,

As far as I know it isn't possible as the i.MX 8MQ exposes 2 different DRM/KMS devices for each output, 1DCSS & 1LCDIF.

All Qt examples show multiple displays examples using 1 and only 1 DRM device:

https://doc.qt.io/qt-6/embedded-linux.html#active-outputs-and-qscreen-instances

That would work on the i.MX 8MP as it exposes 1 DRM/KMS device with several connectors/outputs (HDMI, LVDS, MIPI-DSI).

Regards

442 次查看
ximenbingmeng
Contributor IV

Can IMX8MQ's DCSS connect multiple outputs? For example, connecting HDMI and MIPI-DSI? Can this achieve multi screen display?

标记 (1)
0 项奖励
回复

409 次查看
gary_bisson
Senior Contributor III

No the DCSS can only connect to 1 output at a time.

0 项奖励
回复