Home
last modified time | relevance | path

Searched refs:dispc_mgr_is_enabled (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddispc-compat.c479 if (!dispc_mgr_is_enabled(channel)) in dispc_mgr_disable_lcd_out()
527 if (dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT)) in dispc_mgr_enable_digit_out()
565 if (!dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT)) in dispc_mgr_disable_digit_out()
Ddss.h438 bool dispc_mgr_is_enabled(enum omap_channel channel);
Ddispc.c584 WARN_ON(!dispc_mgr_is_enabled(channel)); in dispc_mgr_go()
2911 bool dispc_mgr_is_enabled(enum omap_channel channel) in dispc_mgr_is_enabled() function
2915 EXPORT_SYMBOL(dispc_mgr_is_enabled);
Dapply.c909 mp->updating = dispc_mgr_is_enabled(i); in dss_apply_irq_handler()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Ddispc.c726 static bool dispc_mgr_is_enabled(struct dispc_device *dispc, in dispc_mgr_is_enabled() function
740 WARN_ON(!dispc_mgr_is_enabled(dispc, channel)); in dispc_mgr_go()
4736 .mgr_is_enabled = dispc_mgr_is_enabled,