Home
last modified time | relevance | path

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

/drivers/video/omap2/dss/
Ddispc-compat.c480 if (dispc_mgr_is_enabled(channel) == false) in dispc_mgr_disable_lcd_out()
528 if (dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT) == true) in dispc_mgr_enable_digit_out()
566 if (dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT) == false) in dispc_mgr_disable_digit_out()
Ddispc.c550 WARN_ON(dispc_mgr_is_enabled(channel) == false); in dispc_mgr_go()
2645 bool dispc_mgr_is_enabled(enum omap_channel channel) in dispc_mgr_is_enabled() function
2649 EXPORT_SYMBOL(dispc_mgr_is_enabled);
Dapply.c884 mp->updating = dispc_mgr_is_enabled(i); in dss_apply_irq_handler()
/drivers/gpu/drm/omapdrm/
Domap_crtc.c460 if (dispc_mgr_is_enabled(channel)) { in apply_worker()
509 if (dispc_mgr_is_enabled(channel) == enable) in set_enabled()