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.