diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-11-07 08:50:09 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-12-02 01:54:36 -0500 |
commit | 3dcec4d6ba65a4e14987f48e8d98c4290ceb2c29 (patch) | |
tree | 044f58c5290f660c4685890b4f5d45d5282448aa /drivers/video/omap2/dss/dss.h | |
parent | dbce0160af31d2ea323656c201d8debf5af789bf (diff) |
OMAPDSS: DISPC: Add dispc_mgr_get_vsync_irq()
Add dispc_mgr_get_vsync_irq() which returns the irq number for vsync on
the given channel.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/dss.h')
-rw-r--r-- | drivers/video/omap2/dss/dss.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/dss.h b/drivers/video/omap2/dss/dss.h index 03c724475bcc..1535496677ba 100644 --- a/drivers/video/omap2/dss/dss.h +++ b/drivers/video/omap2/dss/dss.h | |||
@@ -409,9 +409,9 @@ int dispc_ovl_enable(enum omap_plane plane, bool enable); | |||
409 | void dispc_ovl_set_channel_out(enum omap_plane plane, | 409 | void dispc_ovl_set_channel_out(enum omap_plane plane, |
410 | enum omap_channel channel); | 410 | enum omap_channel channel); |
411 | 411 | ||
412 | |||
413 | void dispc_mgr_enable_fifohandcheck(enum omap_channel channel, bool enable); | 412 | void dispc_mgr_enable_fifohandcheck(enum omap_channel channel, bool enable); |
414 | void dispc_mgr_set_lcd_size(enum omap_channel channel, u16 width, u16 height); | 413 | void dispc_mgr_set_lcd_size(enum omap_channel channel, u16 width, u16 height); |
414 | u32 dispc_mgr_get_vsync_irq(enum omap_channel channel); | ||
415 | bool dispc_mgr_go_busy(enum omap_channel channel); | 415 | bool dispc_mgr_go_busy(enum omap_channel channel); |
416 | void dispc_mgr_go(enum omap_channel channel); | 416 | void dispc_mgr_go(enum omap_channel channel); |
417 | bool dispc_mgr_is_enabled(enum omap_channel channel); | 417 | bool dispc_mgr_is_enabled(enum omap_channel channel); |