diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-10-19 13:16:06 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-10-29 11:44:39 +0100 |
commit | f1a813d35f5aa53290814b2c646972b4e89c733e (patch) | |
tree | 664ba54d1bd395daba8b078a76e2c1b676c27585 /drivers/video/omap2/dss/dss.h | |
parent | OMAPDSS: DISPC: rename dispc_mgr_enable/disable to _sync (diff) | |
download | linux-f1a813d35f5aa53290814b2c646972b4e89c733e.tar.xz linux-f1a813d35f5aa53290814b2c646972b4e89c733e.zip |
OMAPDSS: DISPC: make _enable_mgr_out public as "dispc_mgr_enable"
We need a low level manager-enable function for omapdrm. We have that
function as dispc internal func, _enable_mgr_out().
This patch exposes that function, and renames it to dispc_mgr_enable().
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/dss.h')
-rw-r--r-- | drivers/video/omap2/dss/dss.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dss.h b/drivers/video/omap2/dss/dss.h index 687eddfc2eb3..85c6fc8cec1d 100644 --- a/drivers/video/omap2/dss/dss.h +++ b/drivers/video/omap2/dss/dss.h @@ -435,6 +435,7 @@ u32 dispc_mgr_get_framedone_irq(enum omap_channel channel); u32 dispc_mgr_get_sync_lost_irq(enum omap_channel channel); bool dispc_mgr_go_busy(enum omap_channel channel); void dispc_mgr_go(enum omap_channel channel); +void dispc_mgr_enable(enum omap_channel channel, bool enable); bool dispc_mgr_is_enabled(enum omap_channel channel); void dispc_mgr_enable_sync(enum omap_channel channel); void dispc_mgr_disable_sync(enum omap_channel channel); |