Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_crtc.c307 if (dispc_mgr_go_busy(omap_crtc->channel)) in omap_crtc_vblank_irq()
/linux-4.4.14/include/video/
Domapdss.h919 bool dispc_mgr_go_busy(enum omap_channel channel);
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddispc.c566 bool dispc_mgr_go_busy(enum omap_channel channel) in dispc_mgr_go_busy() function
570 EXPORT_SYMBOL(dispc_mgr_go_busy);
575 WARN_ON(dispc_mgr_go_busy(channel)); in dispc_mgr_go()
Dapply.c913 mp->busy = dispc_mgr_go_busy(i); in dss_apply_irq_handler()