diff options
Diffstat (limited to 'drivers/video/omap2/dss/ti_hdmi.h')
-rw-r--r-- | drivers/video/omap2/dss/ti_hdmi.h | 15 |
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 | }; |
94 | int hdmi_phy_init(struct hdmi_ip_data *ip_data); | 94 | int ti_hdmi_4xxx_phy_enable(struct hdmi_ip_data *ip_data); |
95 | void hdmi_phy_off(struct hdmi_ip_data *ip_data); | 95 | void ti_hdmi_4xxx_phy_disable(struct hdmi_ip_data *ip_data); |
96 | int read_edid(struct hdmi_ip_data *ip_data, u8 *pedid, u16 max_length); | 96 | int ti_hdmi_4xxx_read_edid(struct hdmi_ip_data *ip_data, |
97 | void hdmi_wp_video_start(struct hdmi_ip_data *ip_data, bool start); | 97 | u8 *pedid, u16 max_length); |
98 | int hdmi_pll_program(struct hdmi_ip_data *ip_data); | 98 | void ti_hdmi_4xxx_wp_video_start(struct hdmi_ip_data *ip_data, bool start); |
99 | int hdmi_set_pll_pwr(struct hdmi_ip_data *ip_data, enum hdmi_pll_pwr val); | 99 | int ti_hdmi_4xxx_pll_enable(struct hdmi_ip_data *ip_data); |
100 | void hdmi_basic_configure(struct hdmi_ip_data *ip_data); | 100 | void ti_hdmi_4xxx_pll_disable(struct hdmi_ip_data *ip_data); |
101 | void ti_hdmi_4xxx_basic_configure(struct hdmi_ip_data *ip_data); | ||
101 | #endif | 102 | #endif |