aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@nokia.com>2010-01-08 10:14:53 -0500
committerTomi Valkeinen <tomi.valkeinen@nokia.com>2010-02-24 07:31:27 -0500
commita2faee84f6d8e35150d60514c6638d223509fa13 (patch)
tree6af54db0ab5a67c0fc068146cf03c77f85225d41 /arch
parent3f71cbe736e7e9909559fcc4463f43e4b4b348a8 (diff)
OMAP: DSS2: move enable/disable_channel to overlay manager
Move enable/disable_channel() from omap_dss_device to overlay manager. This is part of a larger patch-set, which moves the control from omapdss driver to the display driver. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/plat-omap/include/plat/display.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/display.h b/arch/arm/plat-omap/include/plat/display.h
index 059b35cfd125..f05098dd5d5c 100644
--- a/arch/arm/plat-omap/include/plat/display.h
+++ b/arch/arm/plat-omap/include/plat/display.h
@@ -371,6 +371,9 @@ struct omap_overlay_manager {
371 int (*apply)(struct omap_overlay_manager *mgr); 371 int (*apply)(struct omap_overlay_manager *mgr);
372 int (*wait_for_go)(struct omap_overlay_manager *mgr); 372 int (*wait_for_go)(struct omap_overlay_manager *mgr);
373 int (*wait_for_vsync)(struct omap_overlay_manager *mgr); 373 int (*wait_for_vsync)(struct omap_overlay_manager *mgr);
374
375 int (*enable)(struct omap_overlay_manager *mgr);
376 int (*disable)(struct omap_overlay_manager *mgr);
374}; 377};
375 378
376struct omap_dss_device { 379struct omap_dss_device {