diff options
Diffstat (limited to 'drivers/video/omap2/dss/dss.h')
-rw-r--r-- | drivers/video/omap2/dss/dss.h | 20 |
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 */ |
453 | int hdmi_init_platform_driver(void) __init; | 453 | int hdmi_init_platform_driver(void) __init; |
454 | void hdmi_uninit_platform_driver(void) __exit; | 454 | void hdmi_uninit_platform_driver(void) __exit; |
455 | int omapdss_hdmi_display_enable(struct omap_dss_device *dssdev); | ||
456 | void omapdss_hdmi_display_disable(struct omap_dss_device *dssdev); | ||
457 | int omapdss_hdmi_core_enable(struct omap_dss_device *dssdev); | ||
458 | void omapdss_hdmi_core_disable(struct omap_dss_device *dssdev); | ||
459 | void omapdss_hdmi_display_set_timing(struct omap_dss_device *dssdev, | ||
460 | struct omap_video_timings *timings); | ||
461 | int omapdss_hdmi_display_check_timing(struct omap_dss_device *dssdev, | ||
462 | struct omap_video_timings *timings); | ||
463 | int omapdss_hdmi_read_edid(u8 *buf, int len); | ||
464 | bool omapdss_hdmi_detect(void); | ||
465 | int hdmi_panel_init(void); | ||
466 | void hdmi_panel_exit(void); | ||
467 | #ifdef CONFIG_OMAP4_DSS_HDMI_AUDIO | ||
468 | int hdmi_audio_enable(void); | ||
469 | void hdmi_audio_disable(void); | ||
470 | int hdmi_audio_start(void); | ||
471 | void hdmi_audio_stop(void); | ||
472 | bool hdmi_mode_has_audio(void); | ||
473 | int hdmi_audio_config(struct omap_dss_audio *audio); | ||
474 | #endif | ||
475 | 455 | ||
476 | /* RFBI */ | 456 | /* RFBI */ |
477 | int rfbi_init_platform_driver(void) __init; | 457 | int rfbi_init_platform_driver(void) __init; |