aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/dss.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-08-25 10:12:56 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-09-30 09:16:45 -0400
commit470245652d98274568ac81a875c8312e73a433ef (patch)
treeceb154e43adf8ab7a13cd765365dc953bea50d2f /drivers/video/omap2/dss/dss.h
parentfa70dc5f472ddc261ad429f2c12eb7ac31c90b87 (diff)
OMAP: DSS2: HDMI: implement read_edid()
Implement read_edid() for HDMI by implementing necessary functions to hdmi.c and to hdmi_omap4_panel.c. Cc: Mythri P K <mythripk@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/dss.h')
-rw-r--r--drivers/video/omap2/dss/dss.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dss.h b/drivers/video/omap2/dss/dss.h
index 48bba53de0ab..2e7799c82960 100644
--- a/drivers/video/omap2/dss/dss.h
+++ b/drivers/video/omap2/dss/dss.h
@@ -494,6 +494,7 @@ void omapdss_hdmi_display_disable(struct omap_dss_device *dssdev);
494void omapdss_hdmi_display_set_timing(struct omap_dss_device *dssdev); 494void omapdss_hdmi_display_set_timing(struct omap_dss_device *dssdev);
495int omapdss_hdmi_display_check_timing(struct omap_dss_device *dssdev, 495int omapdss_hdmi_display_check_timing(struct omap_dss_device *dssdev,
496 struct omap_video_timings *timings); 496 struct omap_video_timings *timings);
497int omapdss_hdmi_read_edid(u8 *buf, int len);
497int hdmi_panel_init(void); 498int hdmi_panel_init(void);
498void hdmi_panel_exit(void); 499void hdmi_panel_exit(void);
499 500