Hi,
I am trying to display different resolution of images using OSD0 or VID1 window. For this I am referring the demo application present at dvsdk_2_10_01_18/PSP_02_10_00_14/examples/dm365/fbdev/fbdev_loopback_hd.c
I have set the bootargs as, video=davincifb:vid0=1280x720x16,5400K:vid1=1280x720x16,5400K:osd0=1280x720x16,5400K
I am able to display 720x480i images, through the default setting. But when I tried to change the resolution to 1280x720P (or any resolution higher than 720x480i), I am getting the following errors.
------------------------------------------------------------------------------------------------------------------------------
main : Enter
vpbe_UE_1 : Enter
/sys/class/davinci_display/ch0/output was opened successfully
Current output value is COMPOSITE
Changed output to COMPOSITE
/sys/class/davinci_display/ch0/mode was opened successfully
Current mode value is NTSC
Changed mode to NTSC
Failed FBIOPUT_VSCREENINFO
Failed to init vid1 window restore_config : Enter
restore_config : Leave
main : Leave
------------------------------------------------------------------------------------------------------------------------------
I am setting the display attributes through,
change_sysfs_attrib(ATTRIB_OUTPUT, DISPLAY_INTERFACE_COMPONENT) and change_sysfs_attrib(ATTRIB_MODE, DISPLAY_MODE_720P_60)
Can any one tell how to configure the OSD0 or VID1 for 720 P?
Thanks
Jai