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.

MIPI DSI mode support (HSE VSE) problem

Hi~~

We got a problem when we use dsi video mode on Pandaboard.

When we use Non-Burst Mode with Sync pulses , RGB data haven't output from Pandaboard.on waveform (We have use androidscreencast to output RED , GREEN and BLUE)

But if we use Non-Burst Mode with Sync Events , RGB data have beed output from Pandaboard on waveform.

We have modify the register below

 r = FLD_MOD(r, 1, 16, 16); /* VP_VSYNC_END */
 r = FLD_MOD(r, 1, 18, 18); /* VP_HSYNC_END */
 

Should we modify another register here??

Thank you.