Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Ddispc-compat.c479 if (dispc_mgr_is_enabled(channel) == false) in dispc_mgr_disable_lcd_out()
527 if (dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT) == true) in dispc_mgr_enable_digit_out()
565 if (dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT) == false) in dispc_mgr_disable_digit_out()
Ddispc.c570 WARN_ON(dispc_mgr_is_enabled(channel) == false); in dispc_mgr_go()
2766 bool dispc_mgr_is_enabled(enum omap_channel channel) in dispc_mgr_is_enabled() function
2770 EXPORT_SYMBOL(dispc_mgr_is_enabled);
Dapply.c909 mp->updating = dispc_mgr_is_enabled(i); in dss_apply_irq_handler()
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_crtc.c155 if (dispc_mgr_is_enabled(channel) == enable) in omap_crtc_set_enabled()
344 if (dispc_mgr_is_enabled(channel)) { in apply_worker()
/linux-4.1.27/include/video/
Domapdss.h915 bool dispc_mgr_is_enabled(enum omap_channel channel);