]> git.karo-electronics.de Git - mv-sheeva.git/commit
OMAP: DSS2: FEATURES: Functions to return min and max values of parameters
authorTaneja, Archit <archit@ti.com>
Tue, 15 Mar 2011 04:28:22 +0000 (23:28 -0500)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 15 Mar 2011 07:04:27 +0000 (12:34 +0530)
commit31ef82377f1e0f1bc7d308ae4312e6cc5a431885
treead2154dfa61c9d2a38ad13895b9931cab03b48ae
parent235e7dba0264d4c6e56ee217fc7ef6d80da5eb67
OMAP: DSS2: FEATURES: Functions to return min and max values of parameters

Create 2 functions dss_feat_get_param_min() and dss_feat_get_param_max() which
return the minimum and maximum value of a parameter. Introduce a enum in
dss_features called dss_range_param which contains parameters whose ranges we
are interested in.

Replace this with dss_feat_get_max_dss_fck() which is specific to the parameter
DSS_FCK.

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dsi.c
drivers/video/omap2/dss/dss.c
drivers/video/omap2/dss/dss_features.c
drivers/video/omap2/dss/dss_features.h