diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-10-28 08:26:26 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-12-02 01:54:22 -0500 |
commit | f427984e896fde6ae03056cf1f8ac5d4a99275d4 (patch) | |
tree | 2d265d0bcd24629118cf6fb646f82a3fcfcbe895 /drivers/video/omap2/dss/dss.h | |
parent | b952b553d23912b0b4a496b3e695db5e60c7a99a (diff) |
OMAPDSS: DISPC: make dispc_ovl_set_channel_out() public
Make dispc_ovl_set_channel_out() public so that later patches can handle
changing overlay's manager.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dss.h b/drivers/video/omap2/dss/dss.h index 7d2b6dd18e17..f899f0f6573e 100644 --- a/drivers/video/omap2/dss/dss.h +++ b/drivers/video/omap2/dss/dss.h | |||
@@ -402,6 +402,8 @@ int dispc_ovl_setup(enum omap_plane plane, struct omap_overlay_info *oi, | |||
402 | bool ilace, enum omap_channel channel, bool replication, | 402 | bool ilace, enum omap_channel channel, bool replication, |
403 | u32 fifo_low, u32 fifo_high); | 403 | u32 fifo_low, u32 fifo_high); |
404 | int dispc_ovl_enable(enum omap_plane plane, bool enable); | 404 | int dispc_ovl_enable(enum omap_plane plane, bool enable); |
405 | void dispc_ovl_set_channel_out(enum omap_plane plane, | ||
406 | enum omap_channel channel); | ||
405 | 407 | ||
406 | 408 | ||
407 | void dispc_mgr_enable_fifohandcheck(enum omap_channel channel, bool enable); | 409 | void dispc_mgr_enable_fifohandcheck(enum omap_channel channel, bool enable); |