Hi all,
I want to test my display panel on pandaboard. For which I have made modifications to
board-omap4panda.c
panel-generic-dpi.c
and able to see changes through dvi port.
I verified the pixel clock and mode setting using
cat /sys/class/graphics/fb0/bits_per_pixel
cat /sys/class/graphics/fb0/modes
cat /sys/devices/platform/omapdss/display0/timings
How can I set HSYNC and VSYNC values for my display and how to verify whether the values I am feeding are set or not ?
I tried looking for a relation between hfp,hsw and hbp with HSYNC and the same for VSYNC but could not find any formula.
Thanks in advance