diff options
Diffstat (limited to 'drivers/video/fbdev/omap2/dss/hdmi.h')
-rw-r--r-- | drivers/video/fbdev/omap2/dss/hdmi.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/drivers/video/fbdev/omap2/dss/hdmi.h b/drivers/video/fbdev/omap2/dss/hdmi.h index 4b9bf0804a48..03761ecb81a6 100644 --- a/drivers/video/fbdev/omap2/dss/hdmi.h +++ b/drivers/video/fbdev/omap2/dss/hdmi.h | |||
@@ -248,6 +248,8 @@ struct hdmi_wp_data { | |||
248 | struct hdmi_pll_data { | 248 | struct hdmi_pll_data { |
249 | void __iomem *base; | 249 | void __iomem *base; |
250 | 250 | ||
251 | struct hdmi_wp_data *wp; | ||
252 | |||
251 | struct hdmi_pll_info info; | 253 | struct hdmi_pll_info info; |
252 | }; | 254 | }; |
253 | 255 | ||
@@ -312,12 +314,13 @@ void hdmi_wp_init_vid_fmt_timings(struct hdmi_video_format *video_fmt, | |||
312 | int hdmi_wp_init(struct platform_device *pdev, struct hdmi_wp_data *wp); | 314 | int hdmi_wp_init(struct platform_device *pdev, struct hdmi_wp_data *wp); |
313 | 315 | ||
314 | /* HDMI PLL funcs */ | 316 | /* HDMI PLL funcs */ |
315 | int hdmi_pll_enable(struct hdmi_pll_data *pll, struct hdmi_wp_data *wp); | 317 | int hdmi_pll_enable(struct hdmi_pll_data *pll); |
316 | void hdmi_pll_disable(struct hdmi_pll_data *pll, struct hdmi_wp_data *wp); | 318 | void hdmi_pll_disable(struct hdmi_pll_data *pll); |
317 | void hdmi_pll_dump(struct hdmi_pll_data *pll, struct seq_file *s); | 319 | void hdmi_pll_dump(struct hdmi_pll_data *pll, struct seq_file *s); |
318 | void hdmi_pll_compute(struct hdmi_pll_data *pll, unsigned long clkin, | 320 | void hdmi_pll_compute(struct hdmi_pll_data *pll, unsigned long clkin, |
319 | unsigned long target_tmds); | 321 | unsigned long target_tmds); |
320 | int hdmi_pll_init(struct platform_device *pdev, struct hdmi_pll_data *pll); | 322 | int hdmi_pll_init(struct platform_device *pdev, struct hdmi_pll_data *pll, |
323 | struct hdmi_wp_data *wp); | ||
321 | 324 | ||
322 | /* HDMI PHY funcs */ | 325 | /* HDMI PHY funcs */ |
323 | int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk, | 326 | int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk, |