linux/drivers/video/omap2/displays
Tomi Valkeinen 9a147a65de OMAPDSS: DSI: call mgr_enable/disable for cmd mode displays
The current code uses dsi_video_mode_enable/disable functions to
enable/disable DISPC output for video mode displays. For command mode
displays we have no notion in the DISPC side of whether the panel is
enabled, except when a dss_mgr_start_update() call is made.

However, to properly maintain the DISPC state in apply.c, we need to
know if a manager used for a manual update display is currently in use.

This patch achieves that by changing dsi_video_mode_enable/disable to
dsi_enable/disable_video_output, which is called by both video and
command mode displays. For video mode displays it starts the actual
pixel stream, as it did before. For command mode displays it doesn't do
anything else than mark that the manager is currently in use.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2011-12-02 08:54:42 +02:00
..
Kconfig video/omap: fix build dependencies 2011-10-03 13:28:14 +03:00
Makefile OMAPDSS: Add N800 panel driver 2011-09-30 16:17:30 +03:00
panel-acx565akm.c OMAP: DSS2: Move display.h to include/video/ 2011-05-11 14:05:07 +03:00
panel-dvi.c OMAP: DSS2: add panel-dvi driver 2011-09-30 16:16:48 +03:00
panel-generic-dpi.c OMAPDSS: add FocalTech ETM070003DH6 display support 2011-12-02 08:54:13 +02:00
panel-lgphilips-lb035q02.c OMAP: DSS2: Move display.h to include/video/ 2011-05-11 14:05:07 +03:00
panel-n8x0.c OMAPDSS: Add N800 panel driver 2011-09-30 16:17:30 +03:00
panel-nec-nl8048hl11-01b.c OMAP: DSS2: Move display.h to include/video/ 2011-05-11 14:05:07 +03:00
panel-picodlp.c OMAPDSS: picodlp: add missing #include <linux/module.h> 2011-10-04 11:45:29 +03:00
panel-picodlp.h OMAP: DSS2: Add picodlp panel driver 2011-09-14 18:08:23 +03:00
panel-sharp-ls037v7dw01.c OMAP: DSS2: use __exit for selected panel drivers 2011-05-11 14:19:26 +03:00
panel-taal.c OMAPDSS: DSI: call mgr_enable/disable for cmd mode displays 2011-12-02 08:54:42 +02:00
panel-tpo-td043mtea1.c OMAP: DSS2: Convert simple/strict_strto* to kstrto* 2011-05-11 14:20:11 +03:00