Now we try to output in DVO2, however the LCD only support BT.601 8 bit version.
However in the HDVPSS datasheet HD_VENC_D_cfg0 shows that DVO_FMT only support the following:
1. 1ch 8 bit BT656.
2. 2ch BT656.
3. 3ch with embed-sync in RGB or YUV444.
4. 3ch with HS/VS/FID/ACTVID in RGB or YUV444
5. 2ch with HS/VS/FID/ACTVID in YUV422.
Except for the above modes, no other modes are in the datasheet. And I tried the 8 bit version BT656 which can not work in 8bit BT.601 panel well.
Belows are what I thought after read the datasheet.
For the 8-bit BT656 I think the clkgoes through VOUT[0]_CLK and data go through VOUT[0]_G_Y_YC[2-9] total 9 pins as describe in datasheet.
For the 2CH BT656 or DISCRETE SYNC, I think they are all in 16-bit bus and the datas goes through VOUT[0]_G_Y_YC[2-9] for Y and VOUT[0]_B_CB_C[2-9] for C and the clk goes through VOUT[0]_CLK. The VSYNC/HSYNC go through theCVOUT0_VSYNC/CVOUT0_HSYNC when in DISCRETE SYNC mode.
For the 3CH DISCRETE SYNC, I think the data go through VOUT[0]_G_Y_YC[2-9] for Y, VOUT[0]_B_CB_C[2-9] for Cb, VOUT[0]_R_CR[2-9] for Cr. and the clk goes through VOUT[0]_CLK. The VSYNC/HSYNC go through theCVOUT0_VSYNC/CVOUT0_HSYNC.
My 1st question is that am I right in the above recognition of the signal path?
My 2nd question is that because there are lots reserved field in the registers that are set in the code is it possible to output 8 bit BT.601 signal in DM81xx?
Regards,
/ckhsu