Hi all,
I am able to support ( Display ) HD 720P ( 1280x720 ) using OSD0 on DM365.But when I try to Display HD 1080I ( 1920x1080) using OSD0,I can not get the right display for 1920x1080 resolution.Is their any limit for the height of the frame buffer supported on DM365?
I try Displaying 1080I (1920x1080) image using video window 0 also,as the VPBE manual suggests using video window 0 for HD and to have video window 1 turned off when displaying HD ,but it is also giving the same result.
In my case driver are initialized during boot-up according to u-boot 'bootargs' settings as follows for the 1080I display,
1) For OSD0 window
bootargs console=ttyS0,115200n8 noinitrd rw ip=10.60.5.135:10.60.5.127:10.60.5.1:255.255.255.0 root=/dev/nfs nfsroot=10.60.5.127:/home/Harris/workdir /filesys,nolock mem=70M video=davincifb:vid0=OFF:vid1=OFF:osd0=1920x1080x16,8100K dm365_imp.oper_mode=1
2) for video window 0
bootargs console=ttyS0,115200n8 noinitrd rw ip=10.60.5.135:10.60.5.127:10.60.5.1:255.255.255.0 root=/dev/nfs nfsroot=10.60.5.127:/home/Harris/workdir/filesys,nolock mem=70M video=davincifb:vid0=1920x1080x16,8100K@0,0:vid1=OFF:osd0=720x576x16,5400K@0,0 dm365_imp.oper_mode=1
Please give me some help on this problem.
Thanks.