Hi team
Customer used the 941AS splitter mode but could not output the picture. Besides, they used Independent 2:2 mode and successfully to output the SoC 1920*720 picture and they connected the DSI only with 941AS DSI port0. If they switch the mode to Symmetric Splitting- Left/Right, they monitored the 948 (DES side) output lane 3 and found that there was no Hsync and Vsync waveform, but there was a clock output from 948 which was 1/2 of the DSI clock and this was proper.
Here I listed customer register configuration from 941AS:
unsigned char ds90ub941_reg_init[INIT_MAX_REG][2]=
{
{0x01,0x0c},
{0x56,0x80},
{0x1E,0x01},
{0x32,0xc0},//
{0x33,0x03},//
{0x4f,0x8c},
{0x5b,0x07},
{0x40,0x04},
{0x41,0x05},
{0x42,0x0e},
{0x01,0x00},
};
Could you please help to check when customer would like to use Symmetric Splitting - left/right setting, what configuration should be set to 941AS to successfully output the SoC picture?