Home
last modified time | relevance | path

Searched refs:dss_has_feature (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c297 if (dss_has_feature(FEAT_ALPHA_FIXED_ZORDER) || in dispc_save_context()
298 dss_has_feature(FEAT_ALPHA_FREE_ZORDER)) in dispc_save_context()
300 if (dss_has_feature(FEAT_MGR_LCD2)) { in dispc_save_context()
304 if (dss_has_feature(FEAT_MGR_LCD3)) { in dispc_save_context()
324 if (dss_has_feature(FEAT_CPR)) { in dispc_save_context()
340 if (dss_has_feature(FEAT_PRELOAD)) in dispc_save_context()
361 if (dss_has_feature(FEAT_FIR_COEF_V)) { in dispc_save_context()
366 if (dss_has_feature(FEAT_HANDLE_UV_SEPARATE)) { in dispc_save_context()
382 if (dss_has_feature(FEAT_ATTR2)) in dispc_save_context()
386 if (dss_has_feature(FEAT_CORE_CLK_DIV)) in dispc_save_context()
[all …]
H A Ddispc-compat.c101 if (dss_has_feature(FEAT_MGR_LCD2)) { in dispc_dump_irqs()
107 if (dss_has_feature(FEAT_MGR_LCD3)) { in dispc_dump_irqs()
242 dss_has_feature(FEAT_MGR_LCD2) ? PIS(SYNC_LOST2) : "", in print_irq_status()
243 dss_has_feature(FEAT_MGR_LCD3) ? PIS(SYNC_LOST3) : ""); in print_irq_status()
420 if (dss_has_feature(FEAT_MGR_LCD2)) in dss_dispc_initialize_irq()
422 if (dss_has_feature(FEAT_MGR_LCD3)) in dss_dispc_initialize_irq()
H A Dmanager.c123 if (dss_has_feature(FEAT_ALPHA_FIXED_ZORDER)) { in dss_mgr_simple_check()
222 if (dss_has_feature(FEAT_ALPHA_FREE_ZORDER)) { in dss_mgr_check()
H A Dmanager-sysfs.c274 if(!dss_has_feature(FEAT_ALPHA_FIXED_ZORDER)) in manager_alpha_blending_enabled_show()
291 if(!dss_has_feature(FEAT_ALPHA_FIXED_ZORDER)) in manager_alpha_blending_enabled_store()
330 if (!dss_has_feature(FEAT_CPR)) in manager_cpr_enable_store()
383 if (!dss_has_feature(FEAT_CPR)) in manager_cpr_coef_store()
H A Ddpi.c381 if (dss_has_feature(FEAT_DPI_USES_VDDS_DSI) && !dpi->vdds_dsi_reg) { in dpi_display_enable()
393 if (dss_has_feature(FEAT_DPI_USES_VDDS_DSI)) { in dpi_display_enable()
437 if (dss_has_feature(FEAT_DPI_USES_VDDS_DSI)) in dpi_display_enable()
462 if (dss_has_feature(FEAT_DPI_USES_VDDS_DSI)) in dpi_display_disable()
565 if (!dss_has_feature(FEAT_DPI_USES_VDDS_DSI)) in dpi_init_regulator()
H A Ddss_features.h90 bool dss_has_feature(enum dss_feat_id id);
H A Dapply.c150 dss_has_feature(FEAT_ALPHA_FREE_ZORDER) ? 3 : 0; in apply_init_priv()
154 dss_has_feature(FEAT_ALPHA_FREE_ZORDER) ? 2 : 0; in apply_init_priv()
158 dss_has_feature(FEAT_ALPHA_FREE_ZORDER) ? 1 : 0; in apply_init_priv()
H A Dhdmi4_core.c749 if (dss_has_feature(FEAT_HDMI_CTS_SWMODE)) { in hdmi4_audio_config()
752 acore.use_mclk = dss_has_feature(FEAT_HDMI_AUDIO_USE_MCLK); in hdmi4_audio_config()
H A Ddss.c455 if (!dss_has_feature(FEAT_LCD_CLK_SRC)) { in dss_select_lcd_clk_source()
499 if (dss_has_feature(FEAT_LCD_CLK_SRC)) { in dss_get_lcd_clk_source()
H A Ddsi.c1187 if (dss_has_feature(FEAT_DSI_REVERSE_TXCLKESC)) { in _dsi_print_reset_status()
1345 if (dss_has_feature(FEAT_DSI_PLL_PWR_BUG) && in dsi_pll_power()
1781 if (!dss_has_feature(FEAT_DSI_GNQ)) in dsi_get_line_buf_size()
1936 if (dss_has_feature(FEAT_DSI_PHY_DCC)) { in dsi_cio_timings()
2008 if (dss_has_feature(FEAT_DSI_REVERSE_TXCLKESC)) in dsi_cio_wait_tx_clk_esc_reset()
2439 if (dss_has_feature(FEAT_DSI_VC_OCP_WIDTH)) in dsi_vc_initial_config()
2474 if (dss_has_feature(FEAT_DSI_DCS_CMD_CONFIG_VC)) { in dsi_vc_config_source()
3607 if (!dss_has_feature(FEAT_DSI_DCS_CMD_CONFIG_VC)) { in dsi_proto_config()
5420 if (dss_has_feature(FEAT_DSI_GNQ)) in dsi_bind()
H A Ddss_features.c867 bool dss_has_feature(enum dss_feat_id id) in dss_has_feature() function
H A Dvenc.c663 if (dss_has_feature(FEAT_VENC_REQUIRES_TV_DAC_CLK)) { in venc_get_clocks()