Hi,
We are using an AM3703 processor to generate BT.656 graphics data which we are streaming to an LCD driver chip.
We are using an 8 bit parallel bus with a 27MHz clock, and would like to remove the front porch, back porch, and sync which appear to be automatically inserted by the hardware. The timings are configured with the following command:
echo "27000,1704/4/4/4,522/1/1/1" > /sys/devices/platform/omapdss/display0/timings
This seems close to the minimum allowed lengths of hfp, hbp, etc
Is there any way to disable these timing signals?
Thanks