summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/dss_features.c
diff options
context:
space:
mode:
authorRicardo Neri <ricardo.neri@ti.com>2011-05-18 22:27:56 -0500
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-05-19 15:17:56 +0300
commit72e91ace30d0bdfe3140011f65cdcd6e46215f71 (patch)
treeeed5709a476007b86d4120f52d2c5b035456788b /drivers/video/omap2/dss/dss_features.c
parent6ff7084edfd31410c1d4112ed2b3bdc11485af94 (diff)
downloadop-kernel-dev-72e91ace30d0bdfe3140011f65cdcd6e46215f71.zip
op-kernel-dev-72e91ace30d0bdfe3140011f65cdcd6e46215f71.tar.gz
OMAP4: DSS2: HDMI: Add DSS feature for CTS calculation
CTS and N parameters are used to regenerate the audio clock from the TMDS clock at the HDMI sink. In OMAP4430 ES1.0 version the calculation of the CTS parameter is done by the HDMI IP (hardware mode) while in others it must be done by the HDMI driver (software mode). A DSS feature is used to indicate the HDMI driver which mode is used. Signed-off-by: Ricardo Neri <ricardo.neri@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/dss_features.c')
-rw-r--r--drivers/video/omap2/dss/dss_features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/dss_features.c b/drivers/video/omap2/dss/dss_features.c
index 0bbbad7..81abad3 100644
--- a/drivers/video/omap2/dss/dss_features.c
+++ b/drivers/video/omap2/dss/dss_features.c
@@ -316,7 +316,7 @@ static const struct omap_dss_features omap4_dss_features = {
FEAT_MGR_LCD2 | FEAT_GLOBAL_ALPHA_VID1 |
FEAT_CORE_CLK_DIV | FEAT_LCD_CLK_SRC |
FEAT_DSI_DCS_CMD_CONFIG_VC | FEAT_DSI_VC_OCP_WIDTH |
- FEAT_DSI_GNQ,
+ FEAT_DSI_GNQ | FEAT_HDMI_CTS_SWMODE,
.num_mgrs = 3,
.num_ovls = 3,
OpenPOWER on IntegriCloud