summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/dss_features.h
diff options
context:
space:
mode:
authorArchit Taneja <archit@ti.com>2012-04-16 12:53:44 +0530
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-04-23 10:48:10 +0300
commit8f366162d213f21d9d77560429085033278830c5 (patch)
treee45918b90ba174e58f3ea609e35e7aa34ec67e31 /drivers/video/omap2/dss/dss_features.h
parentc51d921a0cd83ecc768de7176bc7b7c2d76db278 (diff)
downloadop-kernel-dev-8f366162d213f21d9d77560429085033278830c5.zip
op-kernel-dev-8f366162d213f21d9d77560429085033278830c5.tar.gz
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 c332e7d..3736367 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 {
FEAT_PARAM_DSIPLL_LPDIV,
FEAT_PARAM_DOWNSCALE,
FEAT_PARAM_LINEWIDTH,
+ FEAT_PARAM_MGR_WIDTH,
+ FEAT_PARAM_MGR_HEIGHT,
};
/* DSS Feature Functions */
OpenPOWER on IntegriCloud