diff options
author | Archit Taneja <archit@ti.com> | 2012-11-14 13:50:15 +0530 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-11-20 16:52:16 +0200 |
commit | 33b89928f5a70eb8c97027765167a7cfcf405d0a (patch) | |
tree | 7d223ddbad997a0eb5151ebd52b478361c246ff5 /drivers/video/omap2/dss/dss_features.h | |
parent | 4ee9a5377b7888fae8aa6064e4cc8d0fd32871a2 (diff) | |
download | talos-obmc-linux-33b89928f5a70eb8c97027765167a7cfcf405d0a.tar.gz talos-obmc-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.h | 2 |
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 */ |