aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/dss_features.h
diff options
context:
space:
mode:
authorLaurent Pinchart <[email protected]>2017-08-04 22:44:05 +0000
committerTomi Valkeinen <[email protected]>2017-08-15 12:18:25 +0000
commitfcd4188894dab2f08d74174edd214d7a82521167 (patch)
tree068df4ee5f544f7612be88959cffb18a82833d38 /drivers/gpu/drm/omapdrm/dss/dss_features.h
parentdrm: omapdrm: Move color modes feature to dispc_features structure (diff)
downloadkernel-fcd4188894dab2f08d74174edd214d7a82521167.tar.gz
kernel-fcd4188894dab2f08d74174edd214d7a82521167.zip
drm: omapdrm: Move overlay caps features to dispc_features structure
The overlay_caps is a dispc feature. Move it from the omap_dss_features structure to the dispc_features structure. Signed-off-by: Laurent Pinchart <[email protected]> Signed-off-by: Tomi Valkeinen <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/dss_features.h')
-rw-r--r--drivers/gpu/drm/omapdrm/dss/dss_features.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/dss_features.h b/drivers/gpu/drm/omapdrm/dss/dss_features.h
index 06ddfc406b13..8c2275d8f047 100644
--- a/drivers/gpu/drm/omapdrm/dss/dss_features.h
+++ b/drivers/gpu/drm/omapdrm/dss/dss_features.h
@@ -88,7 +88,6 @@ enum dss_range_param {
/* DSS Feature Functions */
unsigned long dss_feat_get_param_min(enum dss_range_param param);
unsigned long dss_feat_get_param_max(enum dss_range_param param);
-enum omap_overlay_caps dss_feat_get_overlay_caps(enum omap_plane_id plane);
bool dss_has_feature(enum dss_feat_id id);
void dss_feat_get_reg_field(enum dss_feat_reg_field id, u8 *start, u8 *end);