diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-10-31 02:58:52 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-12-02 01:54:22 -0500 |
commit | 6f04e1bfc36c5865dc5679f85e25b6613be86298 (patch) | |
tree | eb651bd1be611b4e32a3750d243d1fa30595ca13 /drivers/video/omap2/dss/dispc.c | |
parent | f427984e896fde6ae03056cf1f8ac5d4a99275d4 (diff) |
OMAPDSS: DISPC: make dispc_ovl_set_fifo_threshold() public
Make dispc_ovl_set_fifo_threshold() public so that later patches can
handle overlay fifo configuration.
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 5130f88516a0..82497317a4b3 100644 --- a/drivers/video/omap2/dss/dispc.c +++ b/drivers/video/omap2/dss/dispc.c | |||
@@ -1056,8 +1056,7 @@ u32 dispc_ovl_get_fifo_size(enum omap_plane plane) | |||
1056 | return dispc.fifo_size[plane]; | 1056 | return dispc.fifo_size[plane]; |
1057 | } | 1057 | } |
1058 | 1058 | ||
1059 | static void dispc_ovl_set_fifo_threshold(enum omap_plane plane, u32 low, | 1059 | void dispc_ovl_set_fifo_threshold(enum omap_plane plane, u32 low, u32 high) |
1060 | u32 high) | ||
1061 | { | 1060 | { |
1062 | u8 hi_start, hi_end, lo_start, lo_end; | 1061 | u8 hi_start, hi_end, lo_start, lo_end; |
1063 | u32 unit; | 1062 | u32 unit; |