aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/omap2/dss/hdmi.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbdev/omap2/dss/hdmi.h')
-rw-r--r--drivers/video/fbdev/omap2/dss/hdmi.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/drivers/video/fbdev/omap2/dss/hdmi.h b/drivers/video/fbdev/omap2/dss/hdmi.h
index 4bbc9d206f4a..4b9bf0804a48 100644
--- a/drivers/video/fbdev/omap2/dss/hdmi.h
+++ b/drivers/video/fbdev/omap2/dss/hdmi.h
@@ -191,7 +191,9 @@ struct hdmi_pll_info {
191 u32 regmf; 191 u32 regmf;
192 u16 regm2; 192 u16 regm2;
193 u16 regsd; 193 u16 regsd;
194 u16 dcofreq; 194
195 unsigned long clkdco;
196 unsigned long clkout;
195}; 197};
196 198
197struct hdmi_audio_format { 199struct hdmi_audio_format {
@@ -313,11 +315,13 @@ int hdmi_wp_init(struct platform_device *pdev, struct hdmi_wp_data *wp);
313int hdmi_pll_enable(struct hdmi_pll_data *pll, struct hdmi_wp_data *wp); 315int hdmi_pll_enable(struct hdmi_pll_data *pll, struct hdmi_wp_data *wp);
314void hdmi_pll_disable(struct hdmi_pll_data *pll, struct hdmi_wp_data *wp); 316void hdmi_pll_disable(struct hdmi_pll_data *pll, struct hdmi_wp_data *wp);
315void hdmi_pll_dump(struct hdmi_pll_data *pll, struct seq_file *s); 317void hdmi_pll_dump(struct hdmi_pll_data *pll, struct seq_file *s);
316void hdmi_pll_compute(struct hdmi_pll_data *pll, unsigned long clkin, int phy); 318void hdmi_pll_compute(struct hdmi_pll_data *pll, unsigned long clkin,
319 unsigned long target_tmds);
317int hdmi_pll_init(struct platform_device *pdev, struct hdmi_pll_data *pll); 320int hdmi_pll_init(struct platform_device *pdev, struct hdmi_pll_data *pll);
318 321
319/* HDMI PHY funcs */ 322/* HDMI PHY funcs */
320int hdmi_phy_configure(struct hdmi_phy_data *phy, struct hdmi_config *cfg); 323int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk,
324 unsigned long lfbitclk);
321void hdmi_phy_dump(struct hdmi_phy_data *phy, struct seq_file *s); 325void hdmi_phy_dump(struct hdmi_phy_data *phy, struct seq_file *s);
322int hdmi_phy_init(struct platform_device *pdev, struct hdmi_phy_data *phy); 326int hdmi_phy_init(struct platform_device *pdev, struct hdmi_phy_data *phy);
323int hdmi_phy_parse_lanes(struct hdmi_phy_data *phy, const u32 *lanes); 327int hdmi_phy_parse_lanes(struct hdmi_phy_data *phy, const u32 *lanes);