linux_old1/drivers/video/omap2/dss
Sumit Semwal 64ba4f748a OMAP: DSS2: Introduce omap_channel argument to DISPC functions used by interface drivers
The interface drivers (dsi.c, sdi.c etc) need to call dispc functions with
dssdev->manager->id as a parameter to specify the DISPC channel which they want
to configure/use, this is required as the same functions are now used to configure
dispc registers of different channels.

The following dispc functions are changed to incorporate channel as an argument:
	-dispc_enable_fifohandcheck()
	-dispc_set_lcd_size()
	-dispc_set_parallel_interface_mode()
	-dispc_set_tft_data_lines()
	-dispc_set_lcd_display_type()
	-dispc_set_lcd_timings()

Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
Signed-off-by: Mukund Mittal <mmittal@ti.com>
Signed-off-by: Samreen <samreen@ti.com>
Signed-off-by: Archit Taneja <archit@ti.com>
[tomi.valkeinen@nokia.com: fixed trivial compile error]
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
2011-01-10 11:35:59 +02:00
..
Kconfig OMAP: DSS2: Add Kconfig option for DPI display type 2010-05-18 14:14:29 +03:00
Makefile OMAP: DSS2: Introduce dss_features files 2010-10-22 23:21:03 +03:00
core.c OMAP: DSS2: Use dss_features framework on DSS2 code 2010-10-22 23:21:04 +03:00
dispc.c OMAP: DSS2: Introduce omap_channel argument to DISPC functions used by interface drivers 2011-01-10 11:35:59 +02:00
display.c OMAP: DSS2: Remove extra return statement 2010-08-05 16:52:11 +03:00
dpi.c OMAP: DSS2: Introduce omap_channel argument to DISPC functions used by interface drivers 2011-01-10 11:35:59 +02:00
dsi.c OMAP: DSS2: Introduce omap_channel argument to DISPC functions used by interface drivers 2011-01-10 11:35:59 +02:00
dss.c OMAP: DSS2: DSI: Wait for DSI PLL clocks to be active before selecting them 2010-08-05 16:51:49 +03:00
dss.h OMAP: DSS2: Introduce omap_channel argument to DISPC functions used by interface drivers 2011-01-10 11:35:59 +02:00
dss_features.c OMAP: DSS2: Add dss_features for omap4 and overlay manager related features 2011-01-10 11:09:54 +02:00
dss_features.h OMAP: DSS2: Add dss_features for omap4 and overlay manager related features 2011-01-10 11:09:54 +02:00
manager.c OMAP3630: DSS2: Enable Pre-Multiplied Alpha Support 2011-01-10 10:54:19 +02:00
overlay.c OMAP3630: DSS2: Enable Pre-Multiplied Alpha Support 2011-01-10 10:54:19 +02:00
rfbi.c OMAP: DSS2: Introduce omap_channel argument to DISPC functions used by interface drivers 2011-01-10 11:35:59 +02:00
sdi.c OMAP: DSS2: Introduce omap_channel argument to DISPC functions used by interface drivers 2011-01-10 11:35:59 +02:00
venc.c OMAP: DSS2: VENC: don't call platform_enable/disable() twice 2010-05-18 14:14:30 +03:00