diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-08-29 11:10:20 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-09-30 09:16:47 -0400 |
commit | 759593ffa7e05ebea9b21135cad179982331f5d8 (patch) | |
tree | 3162f08919d9f6e6ca94b8124c2ff9e5f25d5d98 /drivers/video/omap2/dss/dss_features.c | |
parent | 468c1b934c0367d15f90314ae316cd33551f70a5 (diff) |
OMAP: DSS2: HDMI: implement detect()
Implement detect() by checking the hot plug detect status.
The implementation is not very good, as it always turns on the HDMI
output to get the detection working. HDMI driver needs improvements so
that we could enable only core parts of it.
Cc: Mythri P K <mythripk@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/dss_features.c')
-rw-r--r-- | drivers/video/omap2/dss/dss_features.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dss_features.c b/drivers/video/omap2/dss/dss_features.c index 076f399a9153..ab4166590a74 100644 --- a/drivers/video/omap2/dss/dss_features.c +++ b/drivers/video/omap2/dss/dss_features.c | |||
@@ -440,6 +440,7 @@ static const struct ti_hdmi_ip_ops omap4_hdmi_functions = { | |||
440 | .phy_enable = ti_hdmi_4xxx_phy_enable, | 440 | .phy_enable = ti_hdmi_4xxx_phy_enable, |
441 | .phy_disable = ti_hdmi_4xxx_phy_disable, | 441 | .phy_disable = ti_hdmi_4xxx_phy_disable, |
442 | .read_edid = ti_hdmi_4xxx_read_edid, | 442 | .read_edid = ti_hdmi_4xxx_read_edid, |
443 | .detect = ti_hdmi_4xxx_detect, | ||
443 | .pll_enable = ti_hdmi_4xxx_pll_enable, | 444 | .pll_enable = ti_hdmi_4xxx_pll_enable, |
444 | .pll_disable = ti_hdmi_4xxx_pll_disable, | 445 | .pll_disable = ti_hdmi_4xxx_pll_disable, |
445 | .video_enable = ti_hdmi_4xxx_wp_video_start, | 446 | .video_enable = ti_hdmi_4xxx_wp_video_start, |