aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/dss_features.h')
-rw-r--r--drivers/gpu/drm/omapdrm/dss/dss_features.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/dss_features.h b/drivers/gpu/drm/omapdrm/dss/dss_features.h
index bcec68ba8db9..0dd2183d7e6c 100644
--- a/drivers/gpu/drm/omapdrm/dss/dss_features.h
+++ b/drivers/gpu/drm/omapdrm/dss/dss_features.h
@@ -90,13 +90,11 @@ unsigned long dss_feat_get_param_min(enum dss_range_param param);
90unsigned long dss_feat_get_param_max(enum dss_range_param param); 90unsigned long dss_feat_get_param_max(enum dss_range_param param);
91enum omap_overlay_caps dss_feat_get_overlay_caps(enum omap_plane plane); 91enum omap_overlay_caps dss_feat_get_overlay_caps(enum omap_plane plane);
92bool dss_feat_color_mode_supported(enum omap_plane plane, 92bool dss_feat_color_mode_supported(enum omap_plane plane,
93 enum omap_color_mode color_mode); 93 u32 color_mode);
94 94
95u32 dss_feat_get_buffer_size_unit(void); /* in bytes */ 95u32 dss_feat_get_buffer_size_unit(void); /* in bytes */
96u32 dss_feat_get_burst_size_unit(void); /* in bytes */ 96u32 dss_feat_get_burst_size_unit(void); /* in bytes */
97 97
98bool dss_feat_rotation_type_supported(enum omap_dss_rotation_type rot_type);
99
100bool dss_has_feature(enum dss_feat_id id); 98bool dss_has_feature(enum dss_feat_id id);
101void dss_feat_get_reg_field(enum dss_feat_reg_field id, u8 *start, u8 *end); 99void dss_feat_get_reg_field(enum dss_feat_reg_field id, u8 *start, u8 *end);
102void dss_features_init(enum omapdss_version version); 100void dss_features_init(enum omapdss_version version);
@@ -106,6 +104,6 @@ enum omap_dss_output_id dss_feat_get_supported_outputs(enum omap_channel channel
106 104
107int dss_feat_get_num_mgrs(void); 105int dss_feat_get_num_mgrs(void);
108int dss_feat_get_num_ovls(void); 106int dss_feat_get_num_ovls(void);
109enum omap_color_mode dss_feat_get_supported_color_modes(enum omap_plane plane); 107const u32 *dss_feat_get_supported_color_modes(enum omap_plane plane);
110 108
111#endif 109#endif