summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/dss_features.h
diff options
context:
space:
mode:
authorArchit Taneja2012-11-14 09:20:15 +0100
committerTomi Valkeinen2012-11-20 15:52:16 +0100
commit33b89928f5a70eb8c97027765167a7cfcf405d0a (patch)
tree7d223ddbad997a0eb5151ebd52b478361c246ff5 /drivers/video/omap2/dss/dss_features.h
parentOMAPFB: Delete if statement evaluating a constant. (diff)
downloadkernel-qcow2-linux-33b89928f5a70eb8c97027765167a7cfcf405d0a.tar.gz
kernel-qcow2-linux-33b89928f5a70eb8c97027765167a7cfcf405d0a.tar.xz
kernel-qcow2-linux-33b89928f5a70eb8c97027765167a7cfcf405d0a.zip
OMAPDSS: Add overlay manager width and height limits as a dispc feature
The overlay manager width and height vary in OMAP5 from previous OMAPs in terms of maximum limit and register field positions. Add parameters in dispc_features for these. Also remove params related to manager width and height from dss_features, as we want to maintain a feature list for individual IPs. Signed-off-by: Archit Taneja <archit@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/dss_features.h')
-rw-r--r--drivers/video/omap2/dss/dss_features.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/omap2/dss/dss_features.h b/drivers/video/omap2/dss/dss_features.h
index fc492ef72a51..385b0afe63c2 100644
--- a/drivers/video/omap2/dss/dss_features.h
+++ b/drivers/video/omap2/dss/dss_features.h
@@ -98,8 +98,6 @@ enum dss_range_param {
FEAT_PARAM_DSI_FCK,
FEAT_PARAM_DOWNSCALE,
FEAT_PARAM_LINEWIDTH,
- FEAT_PARAM_MGR_WIDTH,
- FEAT_PARAM_MGR_HEIGHT,
};
/* DSS Feature Functions */