diff options
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/dss_features.h')
-rw-r--r-- | drivers/gpu/drm/omapdrm/dss/dss_features.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/dss_features.h b/drivers/gpu/drm/omapdrm/dss/dss_features.h index 8f48dc097717..c36436d27ff5 100644 --- a/drivers/gpu/drm/omapdrm/dss/dss_features.h +++ b/drivers/gpu/drm/omapdrm/dss/dss_features.h | |||
@@ -90,7 +90,7 @@ unsigned long dss_feat_get_param_min(enum dss_range_param param); | |||
90 | unsigned long dss_feat_get_param_max(enum dss_range_param param); | 90 | unsigned long dss_feat_get_param_max(enum dss_range_param param); |
91 | enum omap_overlay_caps dss_feat_get_overlay_caps(enum omap_plane_id plane); | 91 | enum omap_overlay_caps dss_feat_get_overlay_caps(enum omap_plane_id plane); |
92 | bool dss_feat_color_mode_supported(enum omap_plane_id plane, | 92 | bool dss_feat_color_mode_supported(enum omap_plane_id plane, |
93 | u32 color_mode); | 93 | u32 fourcc); |
94 | 94 | ||
95 | u32 dss_feat_get_buffer_size_unit(void); /* in bytes */ | 95 | u32 dss_feat_get_buffer_size_unit(void); /* in bytes */ |
96 | u32 dss_feat_get_burst_size_unit(void); /* in bytes */ | 96 | u32 dss_feat_get_burst_size_unit(void); /* in bytes */ |