aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/dss_features.h
diff options
context:
space:
mode:
authorArchit Taneja <archit@ti.com>2012-04-16 03:23:44 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-04-23 03:48:10 -0400
commit8f366162d213f21d9d77560429085033278830c5 (patch)
treee45918b90ba174e58f3ea609e35e7aa34ec67e31 /drivers/video/omap2/dss/dss_features.h
parentc51d921a0cd83ecc768de7176bc7b7c2d76db278 (diff)
OMAPDSS: DISPC: Clean up manager timing/size functions
Clean up the DISPC manager timings related function by: - Create a common function to set size for LCD and TV. - Create a common function to check timings for LCD and TV. - Add dss params to get the range of manager size. 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, 2 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dss_features.h b/drivers/video/omap2/dss/dss_features.h
index c332e7ddfce..3736367089a 100644
--- a/drivers/video/omap2/dss/dss_features.h
+++ b/drivers/video/omap2/dss/dss_features.h
@@ -91,6 +91,8 @@ enum dss_range_param {
91 FEAT_PARAM_DSIPLL_LPDIV, 91 FEAT_PARAM_DSIPLL_LPDIV,
92 FEAT_PARAM_DOWNSCALE, 92 FEAT_PARAM_DOWNSCALE,
93 FEAT_PARAM_LINEWIDTH, 93 FEAT_PARAM_LINEWIDTH,
94 FEAT_PARAM_MGR_WIDTH,
95 FEAT_PARAM_MGR_HEIGHT,
94}; 96};
95 97
96/* DSS Feature Functions */ 98/* DSS Feature Functions */