Home
last modified time | relevance | path

Searched refs:dispc_mgr_go_busy (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss.h411 bool dispc_mgr_go_busy(enum omap_channel channel);
H A Ddispc.c563 bool dispc_mgr_go_busy(enum omap_channel channel) in dispc_mgr_go_busy() function
567 EXPORT_SYMBOL(dispc_mgr_go_busy);
572 WARN_ON(dispc_mgr_go_busy(channel)); in dispc_mgr_go()
H A Dapply.c902 mp->busy = dispc_mgr_go_busy(i); in dss_apply_irq_handler()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c710 static bool dispc_mgr_go_busy(struct dispc_device *dispc, in dispc_mgr_go_busy() function
719 WARN_ON(dispc_mgr_go_busy(dispc, channel)); in dispc_mgr_go()
4705 .mgr_go_busy = dispc_mgr_go_busy,