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.

TDA4VM: frame buffer compression fbdc

Part Number: TDA4VM

Where can I find the specification for the dss fbdc? I would like to be able to encode/decode it in software.

Is there example code enabling it on dss and gpu?

What settings should I be using to get it to work with the GE8430?

I tried this setting in the gpu code

psPanelInfo[ 0 ].sSurfaceInfo.sFormat.eMemLayout = PVRSRV_SURFACE_MEMLAYOUT_FBC;
psPanelInfo[ 0 ].sSurfaceInfo.sFormat.u.sFBCLayout.eFBCompressionMode = IMG_FB_COMPRESSION_DIRECT_16x4;

and set DSS dss0_vid_fbdc_attributes = 0x219. //tiletype==2==16x4, format=0xc==u8u8u8u8 , enable=1

w = 1920, h= 1080

but the image isn't close to looking correct.