]> git.baikalelectronics.ru Git - kernel.git/commit
OMAP: DSS2: DSI: add parameter to enter ulps on disable
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 11 Oct 2010 08:33:30 +0000 (11:33 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 11 May 2011 11:20:17 +0000 (14:20 +0300)
commit4eb9eab5fd5e97450c1006f9bae44317c0406432
tree45b0e5811f00a83123bc6551c1f493cbc2762e16
parent657d53c50420d8c29e70751491478b368652d619
OMAP: DSS2: DSI: add parameter to enter ulps on disable

Add parameter to omapdss_dsi_display_disable() which the panel driver
can use to tell if the DSI lanes should be put to ULPS before disabling
the interface.

This can be used to skip ULPS entry in cases where the panel doesn't
care about ULPS state, for example when the panel will be reset, or when
the display interface will be enabled again right after the disable.

This will speed up the operation considerably in cases where entering
ULPS would fail with timeout, and the panel driver isn't even interested
in entering ULPS.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/displays/panel-taal.c
drivers/video/omap2/dss/dsi.c
include/video/omapdss.h