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?

301件の閲覧回数
ximenbingmeng
Contributor III

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)
タグ(1)
0 件の賞賛
返信
3 返答(返信)

275件の閲覧回数
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

267件の閲覧回数
ximenbingmeng
Contributor III

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

タグ(1)
0 件の賞賛
返信

234件の閲覧回数
gary_bisson
Senior Contributor III

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

0 件の賞賛
返信