aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@nokia.com>2010-01-08 10:06:04 -0500
committerTomi Valkeinen <tomi.valkeinen@nokia.com>2010-02-24 07:31:27 -0500
commit3f71cbe736e7e9909559fcc4463f43e4b4b348a8 (patch)
tree5dfcab336179739a06c82c72fc37272af39b795a /arch
parent87424e1bffeaea7bf9e2b8afc16fe584a8641e5e (diff)
OMAP: DSS2: move wait_vsync()
Move wait_vsync() 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/display.h b/arch/arm/plat-omap/include/plat/display.h
index 9291aa133e71..059b35cfd125 100644
--- a/arch/arm/plat-omap/include/plat/display.h
+++ b/arch/arm/plat-omap/include/plat/display.h
@@ -370,6 +370,7 @@ struct omap_overlay_manager {
370 370
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}; 374};
374 375
375struct omap_dss_device { 376struct omap_dss_device {
@@ -479,7 +480,6 @@ struct omap_dss_device {
479 int (*update)(struct omap_dss_device *dssdev, 480 int (*update)(struct omap_dss_device *dssdev,
480 u16 x, u16 y, u16 w, u16 h); 481 u16 x, u16 y, u16 w, u16 h);
481 int (*sync)(struct omap_dss_device *dssdev); 482 int (*sync)(struct omap_dss_device *dssdev);
482 int (*wait_vsync)(struct omap_dss_device *dssdev);
483 483
484 int (*set_update_mode)(struct omap_dss_device *dssdev, 484 int (*set_update_mode)(struct omap_dss_device *dssdev,
485 enum omap_dss_update_mode); 485 enum omap_dss_update_mode);