Davinci DMS355 - Video Encoder of LCD type

2008-10-06 Thread Prabhaharan R-TLS,Chennai
Hello All, Currently I am working on the Video Encoder driver for Davinci DMS 355. I need to implement the LCD encoder which is not available in the existing code. I have gone through the existing code for display driver and the user guide document for LSp1.20 Davinci Linux V4L2 Display D

Re: Davinci DMS355 - Video Encoder of LCD type

2008-10-06 Thread Brad Bitterman
You right with your approach. Add a new encoder.c file and add your VPBE hardware setup function to davinci_platform.c. You'll also need to define a new mode and output to be used on the uBoot kernel boot arguments. - Brad On Oct 6, 2008, at 8:04 AM, Prabhaharan R-TLS,Chennai wrote: Hel

Re: Davinci DMS355 - Video Encoder of LCD type

2008-10-07 Thread Vim Venture
This is for the DM6446, not the 355, but I found that I had to modify ti-davinci/drivers/media/video/Kconfig and ti-davinci/include/media/ davinci/ vid_encoder_types.h as well. Cheers, -Vim On Oct 6, 2008, at 6:33 AM, Brad Bitterman wrote: You right with your approach. Add a new encoder.c