Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_crtc.c287 if (!dispc_mgr_go_busy(omap_crtc->channel)) { in omap_crtc_apply_irq()
/linux-4.1.27/include/video/
Domapdss.h919 bool dispc_mgr_go_busy(enum omap_channel channel);
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Ddispc.c562 bool dispc_mgr_go_busy(enum omap_channel channel) in dispc_mgr_go_busy() function
566 EXPORT_SYMBOL(dispc_mgr_go_busy);
571 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()