Home
last modified time | relevance | path

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

/drivers/video/omap2/dss/
Ddispc.c265 if (dss_has_feature(FEAT_ALPHA_FIXED_ZORDER) || in dispc_save_context()
266 dss_has_feature(FEAT_ALPHA_FREE_ZORDER)) in dispc_save_context()
268 if (dss_has_feature(FEAT_MGR_LCD2)) { in dispc_save_context()
272 if (dss_has_feature(FEAT_MGR_LCD3)) { in dispc_save_context()
292 if (dss_has_feature(FEAT_CPR)) { in dispc_save_context()
308 if (dss_has_feature(FEAT_PRELOAD)) in dispc_save_context()
329 if (dss_has_feature(FEAT_FIR_COEF_V)) { in dispc_save_context()
334 if (dss_has_feature(FEAT_HANDLE_UV_SEPARATE)) { in dispc_save_context()
350 if (dss_has_feature(FEAT_ATTR2)) in dispc_save_context()
354 if (dss_has_feature(FEAT_CORE_CLK_DIV)) in dispc_save_context()
[all …]
Ddispc-compat.c112 if (dss_has_feature(FEAT_MGR_LCD2)) { in dispc_dump_irqs()
118 if (dss_has_feature(FEAT_MGR_LCD3)) { in dispc_dump_irqs()
253 dss_has_feature(FEAT_MGR_LCD2) ? PIS(SYNC_LOST2) : "", in print_irq_status()
254 dss_has_feature(FEAT_MGR_LCD3) ? PIS(SYNC_LOST3) : ""); in print_irq_status()
432 if (dss_has_feature(FEAT_MGR_LCD2)) in dss_dispc_initialize_irq()
434 if (dss_has_feature(FEAT_MGR_LCD3)) in dss_dispc_initialize_irq()
Ddpi.c353 if (dss_has_feature(FEAT_DPI_USES_VDDS_DSI) && !dpi.vdds_dsi_reg) { in omapdss_dpi_display_enable()
371 if (dss_has_feature(FEAT_DPI_USES_VDDS_DSI)) { in omapdss_dpi_display_enable()
422 if (dss_has_feature(FEAT_DPI_USES_VDDS_DSI)) in omapdss_dpi_display_enable()
450 if (dss_has_feature(FEAT_DPI_USES_VDDS_DSI)) in omapdss_dpi_display_disable()
581 if (dss_has_feature(FEAT_DPI_USES_VDDS_DSI) && in dpi_init_display()
Dmanager-sysfs.c277 WARN_ON(!dss_has_feature(FEAT_ALPHA_FIXED_ZORDER)); in manager_alpha_blending_enabled_show()
291 WARN_ON(!dss_has_feature(FEAT_ALPHA_FIXED_ZORDER)); in manager_alpha_blending_enabled_store()
329 if (!dss_has_feature(FEAT_CPR)) in manager_cpr_enable_store()
382 if (!dss_has_feature(FEAT_CPR)) in manager_cpr_coef_store()
Dmanager.c120 if (dss_has_feature(FEAT_ALPHA_FIXED_ZORDER)) { in dss_mgr_simple_check()
219 if (dss_has_feature(FEAT_ALPHA_FREE_ZORDER)) { in dss_mgr_check()
Ddss_features.h117 bool dss_has_feature(enum dss_feat_id id);
Ddss.c394 if (!dss_has_feature(FEAT_LCD_CLK_SRC)) { in dss_select_lcd_clk_source()
442 if (dss_has_feature(FEAT_LCD_CLK_SRC)) { in dss_get_lcd_clk_source()
Ddsi.c1144 if (dss_has_feature(FEAT_DSI_REVERSE_TXCLKESC)) { in _dsi_print_reset_status()
1300 if (dss_has_feature(FEAT_DSI_PLL_PWR_BUG) && in dsi_pll_power()
1521 if (dss_has_feature(FEAT_DSI_PLL_FREQSEL)) { in dsi_pll_set_clock_div()
1529 } else if (dss_has_feature(FEAT_DSI_PLL_SELFREQDCO)) { in dsi_pll_set_clock_div()
1538 if (dss_has_feature(FEAT_DSI_PLL_REFSEL)) in dsi_pll_set_clock_div()
1995 if (!dss_has_feature(FEAT_DSI_GNQ)) in dsi_get_line_buf_size()
2150 if (dss_has_feature(FEAT_DSI_PHY_DCC)) { in dsi_cio_timings()
2222 if (dss_has_feature(FEAT_DSI_REVERSE_TXCLKESC)) in dsi_cio_wait_tx_clk_esc_reset()
2649 if (dss_has_feature(FEAT_DSI_VC_OCP_WIDTH)) in dsi_vc_initial_config()
2684 if (dss_has_feature(FEAT_DSI_DCS_CMD_CONFIG_VC)) { in dsi_vc_config_source()
[all …]
Dapply.c160 dss_has_feature(FEAT_ALPHA_FREE_ZORDER) ? 3 : 0; in apply_init_priv()
164 dss_has_feature(FEAT_ALPHA_FREE_ZORDER) ? 2 : 0; in apply_init_priv()
168 dss_has_feature(FEAT_ALPHA_FREE_ZORDER) ? 1 : 0; in apply_init_priv()
Dti_hdmi_4xxx_ip.c1286 if (dss_has_feature(FEAT_HDMI_CTS_SWMODE)) { in ti_hdmi_4xxx_audio_config()
1289 core.use_mclk = dss_has_feature(FEAT_HDMI_AUDIO_USE_MCLK); in ti_hdmi_4xxx_audio_config()
Ddss_features.c911 bool dss_has_feature(enum dss_feat_id id) in dss_has_feature() function
Dvenc.c714 if (dss_has_feature(FEAT_VENC_REQUIRES_TV_DAC_CLK)) { in venc_get_clocks()