Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/
Ddss.h411 bool dispc_mgr_go_busy(enum omap_channel channel);
Ddispc.c561 bool dispc_mgr_go_busy(enum omap_channel channel) in dispc_mgr_go_busy() function
565 EXPORT_SYMBOL(dispc_mgr_go_busy);
570 WARN_ON(dispc_mgr_go_busy(channel)); in dispc_mgr_go()
Dapply.c900 mp->busy = dispc_mgr_go_busy(i); in dss_apply_irq_handler()
/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/
Ddss.h426 bool dispc_mgr_go_busy(struct dispc_device *dispc,
Ddispc.c713 bool dispc_mgr_go_busy(struct dispc_device *dispc, in dispc_mgr_go_busy() function
722 WARN_ON(dispc_mgr_go_busy(dispc, channel)); in dispc_mgr_go()
/linux-6.1.9/drivers/gpu/drm/omapdrm/
Domap_crtc.c290 if (dispc_mgr_go_busy(priv->dispc, omap_crtc->channel)) { in omap_crtc_vblank_irq()