]> git.karo-electronics.de Git - linux-beck.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)
commit22d6d676261a5e204a7078df21459747750c92fb
tree45b0e5811f00a83123bc6551c1f493cbc2762e16
parent03329ace1dc7dc9319f6f405381d898fc66fb2cb
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