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/dss.h | |
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/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 f899f0f6573e..313a7cafdc9b 100644 --- a/drivers/video/omap2/dss/dss.h +++ b/drivers/video/omap2/dss/dss.h | |||
@@ -396,6 +396,7 @@ int dispc_calc_clock_rates(unsigned long dispc_fclk_rate, | |||
396 | struct dispc_clock_info *cinfo); | 396 | struct dispc_clock_info *cinfo); |
397 | 397 | ||
398 | 398 | ||
399 | void dispc_ovl_set_fifo_threshold(enum omap_plane plane, u32 low, u32 high); | ||
399 | u32 dispc_ovl_get_fifo_size(enum omap_plane plane); | 400 | u32 dispc_ovl_get_fifo_size(enum omap_plane plane); |
400 | u32 dispc_ovl_get_burst_size(enum omap_plane plane); | 401 | u32 dispc_ovl_get_burst_size(enum omap_plane plane); |
401 | int dispc_ovl_setup(enum omap_plane plane, struct omap_overlay_info *oi, | 402 | int dispc_ovl_setup(enum omap_plane plane, struct omap_overlay_info *oi, |