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.