For one of our application we need to convert the LCD Control output to NTSC. We are using Video DAC to accomplish this task. In a nutshell we would like to modify the LCD Controller registers so that signal such as VSYNC, HSYNC etc meet the requirements. (This is my thought)
My thought is to develop a loadable module that will be loaded after the system is up and running.
I have identified the following files as the likely candidates to aid the task.
- /arch/arm/mach-omap2/board-am335xevm.c
- /arch/arm/mach-omap2/devics.c
- /kernel/drivers/video/da8xx-fb.c
- Confirm above list of files is all we need
- Guidance on functions calls to initialize the LCD Controller
- Identify the required function calls to manipulate the LCD Controller registers
I am open for other suggestions
Thank you in advance