diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-08-25 10:12:56 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-09-30 09:16:45 -0400 |
commit | 470245652d98274568ac81a875c8312e73a433ef (patch) | |
tree | ceb154e43adf8ab7a13cd765365dc953bea50d2f /drivers/video/omap2/dss/dss.h | |
parent | fa70dc5f472ddc261ad429f2c12eb7ac31c90b87 (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.h | 1 |
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); | |||
494 | void omapdss_hdmi_display_set_timing(struct omap_dss_device *dssdev); | 494 | void omapdss_hdmi_display_set_timing(struct omap_dss_device *dssdev); |
495 | int omapdss_hdmi_display_check_timing(struct omap_dss_device *dssdev, | 495 | int omapdss_hdmi_display_check_timing(struct omap_dss_device *dssdev, |
496 | struct omap_video_timings *timings); | 496 | struct omap_video_timings *timings); |
497 | int omapdss_hdmi_read_edid(u8 *buf, int len); | ||
497 | int hdmi_panel_init(void); | 498 | int hdmi_panel_init(void); |
498 | void hdmi_panel_exit(void); | 499 | void hdmi_panel_exit(void); |
499 | 500 | ||