aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/dss_features.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2012-09-28 12:46:49 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-10-16 13:43:57 +0300
commit649514c65cdca0102093a0e85b587b3f5a8d8c42 (patch)
tree586a3dfc626c19c46d05969f97a7dfec03c0ab88 /drivers/video/omap2/dss/dss_features.h
parentOMAPDSS: add omapdss_version (diff)
downloadlinux-dev-649514c65cdca0102093a0e85b587b3f5a8d8c42.tar.xz
linux-dev-649514c65cdca0102093a0e85b587b3f5a8d8c42.zip
OMAPDSS: use omapdss_version in dss_features.c
Pass the omapdss_version to dss_features.c and use it to select the proper dss features. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to '')
-rw-r--r--drivers/video/omap2/dss/dss_features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/dss_features.h b/drivers/video/omap2/dss/dss_features.h
index 9218113b5e88..14a412ea8dc6 100644
--- a/drivers/video/omap2/dss/dss_features.h
+++ b/drivers/video/omap2/dss/dss_features.h
@@ -123,7 +123,7 @@ bool dss_feat_rotation_type_supported(enum omap_dss_rotation_type rot_type);
bool dss_has_feature(enum dss_feat_id id);
void dss_feat_get_reg_field(enum dss_feat_reg_field id, u8 *start, u8 *end);
-void dss_features_init(void);
+void dss_features_init(enum omapdss_version version);
#if defined(CONFIG_OMAP4_DSS_HDMI)
void dss_init_hdmi_ip_ops(struct hdmi_ip_data *ip_data);
#endif