"Jeff" <[email protected]> writes: > Kevin Hilman, > > When I booted DM355 EVM using new kernel 2.6.30, I can not get frame buffer > devices (/dev/fb). My boot options was > "video=davincifb:vid0=720x576x16,2500K:vid1=720x576x16,2500K:osd0=720x576x16 > ,2025K output=pal format=composite". During the kernel booting, I got kernel > messages in the following. > "DaVinci: Output on NTSC in COMPOSITE format, Enabled windows: Video0 Video1 > OSD0 OSD1 > > Setting Video0 size 720x480, position (0,0) > Setting Video1 size 720x480, position (0,0) > Setting OSD0 size 720x480, position (0,0) > Setting OSD1 size 720x480, position (0,0) > " > I digged into the davincifb.c, I found that davincifb_probe function can not > be executed when run platform_driver_register (&davincifb_driver) int > davinfifb_init(void) function. Please help me. Thanks. >
While the davincifb driver is registered by the kernel, the DM355 board code does not register a corresponding device, so the probe method is never called. Looking through the board code, the only board code that registers a davincifb device is the dm644x-evm. Kevin _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
