This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ub941通过split mode 接两个ub948



您好:

使用ub941连接两个ub948,使用split mode的Left/Right 3D format模式,主控dsi输出是1920x720 像素格式, IMG_LINE_SIZE0寄存器设置成1920长度,不能显示,single mode下显示的时序参数如下:

clock-frequency = <49500000>;
hactive = <1920>;
vactive = <720>;
hfront-porch = <88>;
hsync-len = <44>;
hback-porch = <148>;

split mode的Left/Right 3D format模式的时序参数如下配置:

clock-frequency = <99000000>;
hactive = <3840>;
vactive = <720>;
hfront-porch = <176>;
hsync-len = <88>;
hback-porch = <296>;
请问除了这些为相应的变2倍,还需要有其他配置么?dsi输出的格式需要特殊的配置么?