Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddss.h442 bool dispc_mgr_go_busy(enum omap_channel channel);
Ddispc.c576 bool dispc_mgr_go_busy(enum omap_channel channel) in dispc_mgr_go_busy() function
580 EXPORT_SYMBOL(dispc_mgr_go_busy);
585 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()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Ddispc.c732 static bool dispc_mgr_go_busy(struct dispc_device *dispc, in dispc_mgr_go_busy() function
741 WARN_ON(dispc_mgr_go_busy(dispc, channel)); in dispc_mgr_go()
4740 .mgr_go_busy = dispc_mgr_go_busy,