diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-04-21 19:50:31 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-05-12 19:39:49 +0300 |
commit | 773139f1759f9dc5efe2c314df9aad88b7364015 (patch) | |
tree | cacdb779db63106066be24d900cebb875204cb1f /include/video | |
parent | c96c92d893e28d8b8b3161ffb6c3cf0847aaf478 (diff) |
OMAP: DSS2: RFBI: add rfbi_bus_lock
Add similar bus lock to RFBI as is in DSI. The panel driver can use the
bus lock to mark that the RFBI bus is currently in use.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/omapdss.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index e3c9e0813f54..943c0e85f2fc 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h @@ -214,6 +214,8 @@ int omap_rfbi_enable_te(bool enable, unsigned line); int omap_rfbi_setup_te(enum omap_rfbi_te_mode mode, unsigned hs_pulse_time, unsigned vs_pulse_time, int hs_pol_inv, int vs_pol_inv, int extif_div); +void rfbi_bus_lock(void); +void rfbi_bus_unlock(void); /* DSI */ void dsi_bus_lock(struct omap_dss_device *dssdev); |