diff options
Diffstat (limited to 'drivers/video/fbdev/omap2/dss/hdmi.h')
-rw-r--r-- | drivers/video/fbdev/omap2/dss/hdmi.h | 10 |
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 | ||
197 | struct hdmi_audio_format { | 199 | struct hdmi_audio_format { |
@@ -313,11 +315,13 @@ int hdmi_wp_init(struct platform_device *pdev, struct hdmi_wp_data *wp); | |||
313 | int hdmi_pll_enable(struct hdmi_pll_data *pll, struct hdmi_wp_data *wp); | 315 | int hdmi_pll_enable(struct hdmi_pll_data *pll, struct hdmi_wp_data *wp); |
314 | void hdmi_pll_disable(struct hdmi_pll_data *pll, struct hdmi_wp_data *wp); | 316 | void hdmi_pll_disable(struct hdmi_pll_data *pll, struct hdmi_wp_data *wp); |
315 | void hdmi_pll_dump(struct hdmi_pll_data *pll, struct seq_file *s); | 317 | void hdmi_pll_dump(struct hdmi_pll_data *pll, struct seq_file *s); |
316 | void hdmi_pll_compute(struct hdmi_pll_data *pll, unsigned long clkin, int phy); | 318 | void hdmi_pll_compute(struct hdmi_pll_data *pll, unsigned long clkin, |
319 | unsigned long target_tmds); | ||
317 | int hdmi_pll_init(struct platform_device *pdev, struct hdmi_pll_data *pll); | 320 | int hdmi_pll_init(struct platform_device *pdev, struct hdmi_pll_data *pll); |
318 | 321 | ||
319 | /* HDMI PHY funcs */ | 322 | /* HDMI PHY funcs */ |
320 | int hdmi_phy_configure(struct hdmi_phy_data *phy, struct hdmi_config *cfg); | 323 | int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk, |
324 | unsigned long lfbitclk); | ||
321 | void hdmi_phy_dump(struct hdmi_phy_data *phy, struct seq_file *s); | 325 | void hdmi_phy_dump(struct hdmi_phy_data *phy, struct seq_file *s); |
322 | int hdmi_phy_init(struct platform_device *pdev, struct hdmi_phy_data *phy); | 326 | int hdmi_phy_init(struct platform_device *pdev, struct hdmi_phy_data *phy); |
323 | int hdmi_phy_parse_lanes(struct hdmi_phy_data *phy, const u32 *lanes); | 327 | int hdmi_phy_parse_lanes(struct hdmi_phy_data *phy, const u32 *lanes); |