aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/dss.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/omap2/dss/dss.h')
-rw-r--r--drivers/video/omap2/dss/dss.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/video/omap2/dss/dss.h b/drivers/video/omap2/dss/dss.h
index 146349f6ae91..6142885751e0 100644
--- a/drivers/video/omap2/dss/dss.h
+++ b/drivers/video/omap2/dss/dss.h
@@ -452,26 +452,6 @@ void venc_panel_exit(void);
452/* HDMI */ 452/* HDMI */
453int hdmi_init_platform_driver(void) __init; 453int hdmi_init_platform_driver(void) __init;
454void hdmi_uninit_platform_driver(void) __exit; 454void hdmi_uninit_platform_driver(void) __exit;
455int omapdss_hdmi_display_enable(struct omap_dss_device *dssdev);
456void omapdss_hdmi_display_disable(struct omap_dss_device *dssdev);
457int omapdss_hdmi_core_enable(struct omap_dss_device *dssdev);
458void omapdss_hdmi_core_disable(struct omap_dss_device *dssdev);
459void omapdss_hdmi_display_set_timing(struct omap_dss_device *dssdev,
460 struct omap_video_timings *timings);
461int omapdss_hdmi_display_check_timing(struct omap_dss_device *dssdev,
462 struct omap_video_timings *timings);
463int omapdss_hdmi_read_edid(u8 *buf, int len);
464bool omapdss_hdmi_detect(void);
465int hdmi_panel_init(void);
466void hdmi_panel_exit(void);
467#ifdef CONFIG_OMAP4_DSS_HDMI_AUDIO
468int hdmi_audio_enable(void);
469void hdmi_audio_disable(void);
470int hdmi_audio_start(void);
471void hdmi_audio_stop(void);
472bool hdmi_mode_has_audio(void);
473int hdmi_audio_config(struct omap_dss_audio *audio);
474#endif
475 455
476/* RFBI */ 456/* RFBI */
477int rfbi_init_platform_driver(void) __init; 457int rfbi_init_platform_driver(void) __init;