diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-10-15 13:27:04 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-11-05 11:14:05 +0200 |
commit | 930b027eb41e31e86618ecd06cf4acf1e44c136b (patch) | |
tree | 6f4285a438e9280aacdcaa82834a97cfbb910752 /drivers/video/omap2/dss/dss.h | |
parent | 7a98786caa18eaa8a5e61382a575f0b6c8e81c01 (diff) | |
download | blackbird-obmc-linux-930b027eb41e31e86618ecd06cf4acf1e44c136b.tar.gz blackbird-obmc-linux-930b027eb41e31e86618ecd06cf4acf1e44c136b.zip |
OMAPDSS: add dss_calc_clock_rates() back
dss_calc_clock_rates() was removed earlier as it was not used, but it is
needed for DSI PLL calculations, so this patch adds it back.
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 ff7a55b54b8e..e637f8d9dcf3 100644 --- a/drivers/video/omap2/dss/dss.h +++ b/drivers/video/omap2/dss/dss.h @@ -296,6 +296,7 @@ void dss_set_venc_output(enum omap_dss_venc_type type); void dss_set_dac_pwrdn_bgz(bool enable); unsigned long dss_get_dpll4_rate(void); +int dss_calc_clock_rates(struct dss_clock_info *cinfo); int dss_set_clock_div(struct dss_clock_info *cinfo); int dss_calc_clock_div(unsigned long req_pck, struct dss_clock_info *dss_cinfo, struct dispc_clock_info *dispc_cinfo); |