Hi,
I am using custom board based on AM3874 and face an issue with LCD monitor output.
for tuning the vpss parameters following script is used:
modprobe vpss sbufaddr=0xA0200000 mode=hdmi:1024x768@60,dvo2:1024x768@60
sleep 1
modprobe ti81xxfb vram=0:24M,1:16M,2:6M
sleep 1
echo 0 > /sys/devices/platform/vpss/display0/enabled
echo 0 > /sys/devices/platform/vpss/display1/enabled
echo 68250,1280/167/79/10,768/10/23/10,1 > /sys/devices/platform/vpss/display0/timings
echo 68250,1280/167/79/10,768/10/23/10,1 > /sys/devices/platform/vpss/display1/timings
echo triplediscrete,rgb888 > /sys/devices/platform/vpss/display1/output
echo 5 > /sys/devices/platform/vpss/system/tiedvencs
echo 1 > /sys/devices/platform/vpss/display0/enabled
echo 1 > /sys/devices/platform/vpss/display1/enabled
echo 2:hdmi,dvo2 > /sys/devices/platform/vpss/graphics0/nodes
fbset -xres 1280 -yres 768 -vxres 1280 -vyres 768
As the result e picture on HDMI is ok, but the picture on the LCD screen is shifted
(likewise cyclic buffer). Moreover sometimes the picture shakes.
None problems are seen on hdmi.
Could you suggest any ideas regarding the problem.
I think this is smth with the timings?!
The output "picture" is Xorg + LightDM.
PSP TI81XX-LINUX-PSP-04.04.00.01.tgz