linux/drivers/video/omap2/displays
Archit Taneja a8d5e41cef OMAPDSS: Add some new fields to omap_video_timings
Some panel timing related fields are contained in omap_panel_config in the form
of flags. The fields are:

- Hsync logic level
- Vsync logic level
- Data driven on rising/falling edge of pixel clock
- Output enable/Data enable logic level
- HSYNC/VSYNC driven on rising/falling edge of pixel clock

Out of these parameters, Hsync and Vsync logic levels are a part of the timings
in the Xorg modeline configuration. So it makes sense to move the to
omap_video_timings. The rest aren't a part of modeline, but it still makes
sense to move these since they are related to panel timings.

These fields stored in omap_panel_config in dssdev are configured for LCD
panels, and the corresponding LCD managers in the DISPC_POL_FREQo registers.

Add the above fields in omap_video_timings. Represent their state via new enums.

Add these parameters to the omap_video_timings instances in the panel drivers.
Keep the corresponding IVS, IHS, IPC, IEO, RF and ONOFF flags in
omap_panel_config for now. The struct will be removed later.

Signed-off-by: Archit Taneja <archit@ti.com>
2012-06-29 10:15:49 +03:00
..
Kconfig OMAPDSS: TFP410: rename dvi -> tfp410 2012-05-09 10:51:05 +03:00
Makefile OMAPDSS: TFP410: rename dvi files to tfp410 2012-05-09 10:51:05 +03:00
panel-acx565akm.c OMAPDSS: Add some new fields to omap_video_timings 2012-06-29 10:15:49 +03:00
panel-generic-dpi.c OMAPDSS: Add some new fields to omap_video_timings 2012-06-29 10:15:49 +03:00
panel-lgphilips-lb035q02.c OMAPDSS: Add some new fields to omap_video_timings 2012-06-29 10:15:49 +03:00
panel-n8x0.c OMAPDSS: Remove passive matrix LCD support (part 2) 2012-06-29 10:10:03 +03:00
panel-nec-nl8048hl11-01b.c OMAPDSS: Add some new fields to omap_video_timings 2012-06-29 10:15:49 +03:00
panel-picodlp.c OMAPDSS: Add some new fields to omap_video_timings 2012-06-29 10:15:49 +03:00
panel-picodlp.h OMAP: DSS2: Add picodlp panel driver 2011-09-14 18:08:23 +03:00
panel-sharp-ls037v7dw01.c OMAPDSS: Add some new fields to omap_video_timings 2012-06-29 10:15:49 +03:00
panel-taal.c OMAPDSS: Remove passive matrix LCD support (part 2) 2012-06-29 10:10:03 +03:00
panel-tfp410.c OMAPDSS: Add some new fields to omap_video_timings 2012-06-29 10:15:49 +03:00
panel-tpo-td043mtea1.c OMAPDSS: Add some new fields to omap_video_timings 2012-06-29 10:15:49 +03:00