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/dispc.c | |
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/dispc.c')
-rw-r--r-- | drivers/video/omap2/dss/dispc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/omap2/dss/dispc.c b/drivers/video/omap2/dss/dispc.c index 5bbd838a657a..5130f88516a0 100644 --- a/drivers/video/omap2/dss/dispc.c +++ b/drivers/video/omap2/dss/dispc.c | |||
@@ -875,8 +875,7 @@ static void dispc_ovl_set_color_mode(enum omap_plane plane, | |||
875 | REG_FLD_MOD(DISPC_OVL_ATTRIBUTES(plane), m, 4, 1); | 875 | REG_FLD_MOD(DISPC_OVL_ATTRIBUTES(plane), m, 4, 1); |
876 | } | 876 | } |
877 | 877 | ||
878 | static void dispc_ovl_set_channel_out(enum omap_plane plane, | 878 | void dispc_ovl_set_channel_out(enum omap_plane plane, enum omap_channel channel) |
879 | enum omap_channel channel) | ||
880 | { | 879 | { |
881 | int shift; | 880 | int shift; |
882 | u32 val; | 881 | u32 val; |