diff options
author | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2010-01-12 16:00:30 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2010-02-15 15:14:41 +0200 |
commit | 61140c9a88ce1f1dee4e98a0c442f9a84b4c5e6b (patch) | |
tree | 7ae0b9b79ef5eac7fb875e67577bba740978d13f /arch/arm/plat-omap/include | |
parent | 828c48f8c51ebfc2a00e1a834b0bc9e7fd35060f (diff) | |
download | op-kernel-dev-61140c9a88ce1f1dee4e98a0c442f9a84b4c5e6b.zip op-kernel-dev-61140c9a88ce1f1dee4e98a0c442f9a84b4c5e6b.tar.gz |
OMAP: DSS2: DSI: export dsi_vc_enable_hs()
Rename and export dsi_vc_enable_hs() so that the display drivers can
control the mode of the DSI link.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'arch/arm/plat-omap/include')
-rw-r--r-- | arch/arm/plat-omap/include/plat/display.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/display.h b/arch/arm/plat-omap/include/plat/display.h index 47df5f6..8c3688b 100644 --- a/arch/arm/plat-omap/include/plat/display.h +++ b/arch/arm/plat-omap/include/plat/display.h @@ -575,4 +575,6 @@ int omap_dispc_wait_for_irq_interruptible_timeout(u32 irqmask, #define to_dss_driver(x) container_of((x), struct omap_dss_driver, driver) #define to_dss_device(x) container_of((x), struct omap_dss_device, dev) +void omapdss_dsi_vc_enable_hs(int channel, bool enable); + #endif |