aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/dss_features.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/omap2/dss/dss_features.h')
-rw-r--r--drivers/video/omap2/dss/dss_features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/dss_features.h b/drivers/video/omap2/dss/dss_features.h
index ae25be2021f..d03f558d181 100644
--- a/drivers/video/omap2/dss/dss_features.h
+++ b/drivers/video/omap2/dss/dss_features.h
@@ -83,7 +83,7 @@ enum omap_display_type dss_feat_get_supported_displays(enum omap_channel channel
83enum omap_color_mode dss_feat_get_supported_color_modes(enum omap_plane plane); 83enum omap_color_mode dss_feat_get_supported_color_modes(enum omap_plane plane);
84bool dss_feat_color_mode_supported(enum omap_plane plane, 84bool dss_feat_color_mode_supported(enum omap_plane plane,
85 enum omap_color_mode color_mode); 85 enum omap_color_mode color_mode);
86const char *dss_feat_get_clk_source_name(enum dss_clk_source id); 86const char *dss_feat_get_clk_source_name(enum omap_dss_clk_source id);
87 87
88bool dss_has_feature(enum dss_feat_id id); 88bool dss_has_feature(enum dss_feat_id id);
89void dss_feat_get_reg_field(enum dss_feat_reg_field id, u8 *start, u8 *end); 89void dss_feat_get_reg_field(enum dss_feat_reg_field id, u8 *start, u8 *end);