diff options
author | Mythri P K <mythripk@ti.com> | 2011-03-10 15:48:48 +0530 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-03-16 11:45:49 +0530 |
commit | 70be83235ea2815f6c2a5fd45753de406be6c6aa (patch) | |
tree | 9e98be5b70ccc3eba2530bb1f9070fdeb73cb17a /drivers/video/omap2/dss/dss.h | |
parent | c3198a5e83121d6e3d01816f15164f158f4301d8 (diff) | |
download | blackbird-op-linux-70be83235ea2815f6c2a5fd45753de406be6c6aa.tar.gz blackbird-op-linux-70be83235ea2815f6c2a5fd45753de406be6c6aa.zip |
OMAP4: DSS2: HDMI: HDMI panel driver addition in the DSS
The panel driver(hdmi_omap4_panel.c) in omap2/dss acts as a controller
to manage the enable and disable requests and synchronize audio and video.
Signed-off-by: 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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dss.h b/drivers/video/omap2/dss/dss.h index 91ed3fa8e60d..c2f582bb19c0 100644 --- a/drivers/video/omap2/dss/dss.h +++ b/drivers/video/omap2/dss/dss.h @@ -477,6 +477,8 @@ void omapdss_hdmi_display_disable(struct omap_dss_device *dssdev); void omapdss_hdmi_display_set_timing(struct omap_dss_device *dssdev); int omapdss_hdmi_display_check_timing(struct omap_dss_device *dssdev, struct omap_video_timings *timings); +int hdmi_panel_init(void); +void hdmi_panel_exit(void); /* RFBI */ #ifdef CONFIG_OMAP2_DSS_RFBI |