diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-11-07 09:26:11 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-12-07 10:05:59 -0500 |
commit | eda34273631a9c4bae65eb49394549f6007f2fb8 (patch) | |
tree | 08da37c0aee28207bdd173b58feefecd4d944554 /include/video/omapdss.h | |
parent | a97a96347598201ae39b5aee67638dae2cebe454 (diff) |
OMAPDSS: export dss_feat functions
Export dss_features related functions.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video/omapdss.h')
-rw-r--r-- | include/video/omapdss.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index d1bf3bc54db6..8c9df4867273 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h | |||
@@ -755,6 +755,14 @@ const char *omapdss_get_default_display_name(void); | |||
755 | int omap_dss_start_device(struct omap_dss_device *dssdev); | 755 | int omap_dss_start_device(struct omap_dss_device *dssdev); |
756 | void omap_dss_stop_device(struct omap_dss_device *dssdev); | 756 | void omap_dss_stop_device(struct omap_dss_device *dssdev); |
757 | 757 | ||
758 | int dss_feat_get_num_mgrs(void); | ||
759 | int dss_feat_get_num_ovls(void); | ||
760 | enum omap_display_type dss_feat_get_supported_displays(enum omap_channel channel); | ||
761 | enum omap_dss_output_id dss_feat_get_supported_outputs(enum omap_channel channel); | ||
762 | enum omap_color_mode dss_feat_get_supported_color_modes(enum omap_plane plane); | ||
763 | |||
764 | |||
765 | |||
758 | int omap_dss_get_num_overlay_managers(void); | 766 | int omap_dss_get_num_overlay_managers(void); |
759 | struct omap_overlay_manager *omap_dss_get_overlay_manager(int num); | 767 | struct omap_overlay_manager *omap_dss_get_overlay_manager(int num); |
760 | 768 | ||