Hello TI,
I am using SDK 7.0 on the Beaglebone Black and I am struggling on getting the video driver to properly accept my display timings. I see the HSYNC occurring about 15 pixels after the first pixel of a framebuffer line. My display resolution is 1366x768P60 and achieved the following settings:
1366x768P60 {
clock-frequency = <85860000>;
hactive = <1360>;
vactive = <768>;
hfront-porch = <180>;
hback-porch = <200>;
hsync-len = <60>;
vback-porch = <23>;
vfront-porch = <1>;
vsync-len = <3>;
hsync-active = <1>;
vsync-active = <1>;
};

