]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commit
omapdss: hdmi: fix deepcolor mode configuration
authorArchit Taneja <archit@ti.com>
Mon, 6 May 2013 15:36:06 +0000 (17:36 +0200)
committerArchit Taneja <archit@ti.com>
Thu, 30 May 2013 23:03:37 +0000 (04:33 +0530)
commit508669f4b58e719659cf7b3ebe48e7ae1a0ea3ca
tree3957e128bab1cc7ff8637cfbb04734dfb09081fa
parentb3a26e720a6e1e3249f6dc2c9f199ae9d3a02973
omapdss: hdmi: fix deepcolor mode configuration

The hdmi driver supports deep color modes. However, there is a specific check
which doesn't allow 1080p timings or higher to be shown 36 bit deep color mode.

The more generic check would be to check if the pixel clock in a deep color mode
is less than the maximum pixel clock the TV overlay manager can support for the
given OMAP. Make this change.

Also, make sure that hdmi.dssdev is assigned by the end of probe, this param is
needed by the deepcolor sysfs attribute file.

Signed-off-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/dss_features.c
drivers/video/omap2/dss/dss_features.h
drivers/video/omap2/dss/hdmi.c
drivers/video/omap2/dss/hdmi_panel.c