OMAP4: DSS2: HDMI: Add DSS feature for CTS calculation
authorRicardo Neri <ricardo.neri@ti.com>
Thu, 19 May 2011 03:27:56 +0000 (22:27 -0500)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 19 May 2011 12:17:56 +0000 (15:17 +0300)
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>
drivers/video/omap2/dss/dss_features.c
drivers/video/omap2/dss/dss_features.h

index 0bbbad70edd777123743434aa37af00c42b452df..81abad3603b9a03f65d1b90cb029ab64df7a4608 100644 (file)
@@ -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,
index ff2cf33b07ad0ec82eb73f9c67f3ace074531b14..af791af122cf3ad8ae2876343d49805ecbaf176d 100644 (file)
@@ -48,6 +48,7 @@ enum dss_feat_id {
        FEAT_DSI_VC_OCP_WIDTH           = 1 << 16,
        FEAT_DSI_REVERSE_TXCLKESC       = 1 << 17,
        FEAT_DSI_GNQ                    = 1 << 18,
+       FEAT_HDMI_CTS_SWMODE            = 1 << 19,
 };
 
 /* DSS register field id */