summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorTomi Valkeinen2010-01-12 15:00:30 +0100
committerTomi Valkeinen2010-02-15 14:14:41 +0100
commit61140c9a88ce1f1dee4e98a0c442f9a84b4c5e6b (patch)
tree7ae0b9b79ef5eac7fb875e67577bba740978d13f /arch/arm
parentOMAP: DSS2: DSI: add helpers for DCS read/write (diff)
downloadkernel-qcow2-linux-61140c9a88ce1f1dee4e98a0c442f9a84b4c5e6b.tar.gz
kernel-qcow2-linux-61140c9a88ce1f1dee4e98a0c442f9a84b4c5e6b.tar.xz
kernel-qcow2-linux-61140c9a88ce1f1dee4e98a0c442f9a84b4c5e6b.zip
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')
-rw-r--r--arch/arm/plat-omap/include/plat/display.h2
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 47df5f6fbf89..8c3688b45f3d 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