I try to get from ps3fb.c :
/* 720pf */
"720pf", 60, 1280, 720, 13481, 220, 70, 19, 6, 80, 5,
FB_SYNC_BROADCAST, FB_VMODE_NONINTERLACED
and put in modedb.c
/* 720pf */
"720pf", 60, 1280, 720, 13481, 220, 70, 19, 6, 80, 5,
0, FB_VMODE_NONINTERLACED
of 2.6.29 tmp/work/beagleboard-angstrom-linux-gnueabi/linux-
omap-2.6.29-r4++gitr90e758af52ba803cba233fabee81176d99589f09
I can't make it work !!
ip=dhcp console=ttyS2,115200n8 root=/dev/mmcblk0p2 rootwait rw
omapfb.mode=dvi:720pf init=/init omapfb.debug=omapfb.debug=y
omapdss.def_disp=lcd omapdss.debug=y
but I tried so many booargs ...
omapfb.mode=dvi:1280x720MR-24@60
omapfb.mode=dvi:1280x720M-24@60
kernel messages:
name=720pf
modedb fb_find_mode: Trying specified video mode (ignoring refresh
rate) 0x0
name_matches name=720pf
modedb fb_try_mode: Trying mode 720pf 1280x720-24@60
modedb fb_try_mode: Trying mode 720pf 1280x720-24@60
omapfb omapfb: cannot parse default modes
But u-boot can drive 720p to my LCD tv.
So I saw lat u-boot from denx, or other in openembedded.
I can't find 720p timings.
Anybody can give me the solution.
I think that the modedb.c should contain this mode, because is the
best for LCD TV.
Thanks in advance.
Strangely instead:
omapfb.mode=dvi:1280x768MR-24@60
works with 2.6.29
but is not nice for TVs.