aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/ti_hdmi.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/omap2/dss/ti_hdmi.h')
-rw-r--r--drivers/video/omap2/dss/ti_hdmi.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/drivers/video/omap2/dss/ti_hdmi.h b/drivers/video/omap2/dss/ti_hdmi.h
index 7c630984767..823fbe655b8 100644
--- a/drivers/video/omap2/dss/ti_hdmi.h
+++ b/drivers/video/omap2/dss/ti_hdmi.h
@@ -91,11 +91,12 @@ struct hdmi_ip_data {
91 struct hdmi_config cfg; 91 struct hdmi_config cfg;
92 struct hdmi_pll_info pll_data; 92 struct hdmi_pll_info pll_data;
93}; 93};
94int hdmi_phy_init(struct hdmi_ip_data *ip_data); 94int ti_hdmi_4xxx_phy_enable(struct hdmi_ip_data *ip_data);
95void hdmi_phy_off(struct hdmi_ip_data *ip_data); 95void ti_hdmi_4xxx_phy_disable(struct hdmi_ip_data *ip_data);
96int read_edid(struct hdmi_ip_data *ip_data, u8 *pedid, u16 max_length); 96int ti_hdmi_4xxx_read_edid(struct hdmi_ip_data *ip_data,
97void hdmi_wp_video_start(struct hdmi_ip_data *ip_data, bool start); 97 u8 *pedid, u16 max_length);
98int hdmi_pll_program(struct hdmi_ip_data *ip_data); 98void ti_hdmi_4xxx_wp_video_start(struct hdmi_ip_data *ip_data, bool start);
99int hdmi_set_pll_pwr(struct hdmi_ip_data *ip_data, enum hdmi_pll_pwr val); 99int ti_hdmi_4xxx_pll_enable(struct hdmi_ip_data *ip_data);
100void hdmi_basic_configure(struct hdmi_ip_data *ip_data); 100void ti_hdmi_4xxx_pll_disable(struct hdmi_ip_data *ip_data);
101void ti_hdmi_4xxx_basic_configure(struct hdmi_ip_data *ip_data);
101#endif 102#endif