diff options
author | Archit Taneja <archit@ti.com> | 2012-05-07 13:21:36 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-05-09 12:43:17 +0200 |
commit | 408d9dbbc4eebd8c4f2cd5d487f1b9c3c12c2c59 (patch) | |
tree | 7f640d074dd5df13fc366cb1f49b36f301bb5c84 /drivers/video/omap2/dss/Kconfig | |
parent | OMAPDSS: Fix DSI_FCLK clock source selection (diff) | |
download | linux-408d9dbbc4eebd8c4f2cd5d487f1b9c3c12c2c59.tar.xz linux-408d9dbbc4eebd8c4f2cd5d487f1b9c3c12c2c59.zip |
OMAPDSS: DISPC: Remove Fake VSYNC support
Fake VSYNC support is a hack and has some bugs in it. It isn't used by any user
of DSS. Remove Fake VSYNC support. For DSI command mode and RFBI panels, a user
of DSS should wait for the completion of a frame by using the panel driver's
sync op.
Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/Kconfig')
-rw-r--r-- | drivers/video/omap2/dss/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/video/omap2/dss/Kconfig b/drivers/video/omap2/dss/Kconfig index 7be7c06a249e..9aaf3246f821 100644 --- a/drivers/video/omap2/dss/Kconfig +++ b/drivers/video/omap2/dss/Kconfig @@ -90,15 +90,6 @@ config OMAP2_DSS_DSI See http://www.mipi.org/ for DSI spesifications. -config OMAP2_DSS_FAKE_VSYNC - bool "Fake VSYNC irq from manual update displays" - default n - help - If this is selected, DSI will generate a fake DISPC VSYNC interrupt - when DSI has sent a frame. This is only needed with DSI or RFBI - displays using manual mode, and you want VSYNC to, for example, - time animation. - config OMAP2_DSS_MIN_FCK_PER_PCK int "Minimum FCK/PCK ratio (for scaling)" range 0 32 |