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.

DM644x Digital YCC Output

Other Parts Discussed in Thread: THS8200

If I have a image in DRAM that I want to pass to a THS8200 chip and I'm using the VPBECLK to clock my data to the THS8200, does the VPBE just clock out the active portion of the image or does it try to copy out the full image (including the front porch, back porch, sync et al) from memory?  What registers control where to copy from to the YC output?  I think my image (which is from a bitmap and is in RGB format) should be in YCbCr color space because the davincifb driver I'm using does not have the CLUT tables for the RGB->YCbCr conversion (I'm using the one from http://focus.ti.com/dsp/docs/dspsupporttechdocsc.tsp?sectionId=3&tabId=409&familyId=1302&abstractName=spraad7).