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.

TDA2HG: how to adjust the vsync&hsync to meet the timing of ub933/ub964

Part Number: TDA2HG

Hi:

  we are using dpi1 output to ub933 connected ub964 to generate csi2  frame data

Question:

  how to configure the vsync&hsync to meet the ub964 timing that hsync should at least tail vsync 5 pclk

here is what we see out lcd1 vsync&hsync

here is camera's vsync&hsync

pVInfo->mInfo.pixelClock = 74500U;
    pVInfo->mInfo.fps = 60U;
    pVInfo->mInfo.hBackPorch = 20U;//20U80
    pVInfo->mInfo.hSyncLen = 62U;
    pVInfo->mInfo.hFrontPorch = 20U;//20U48
    pVInfo->mInfo.vBackPorch = 12U;
    pVInfo->mInfo.vSyncLen = 35U;
    pVInfo->mInfo.vFrontPorch = 6U;
    pVInfo->vencDivisorInfo.divisorLCD = 1;
    pVInfo->vencDivisorInfo.divisorPCD = 1;

change above parameter can not delay the vsync&hsync.

any help? Thanks......