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

/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Ddispc.c294 if (dss_has_feature(FEAT_ALPHA_FIXED_ZORDER) || dispc_save_context()
295 dss_has_feature(FEAT_ALPHA_FREE_ZORDER)) dispc_save_context()
297 if (dss_has_feature(FEAT_MGR_LCD2)) { dispc_save_context()
301 if (dss_has_feature(FEAT_MGR_LCD3)) { dispc_save_context()
321 if (dss_has_feature(FEAT_CPR)) { dispc_save_context()
337 if (dss_has_feature(FEAT_PRELOAD)) dispc_save_context()
358 if (dss_has_feature(FEAT_FIR_COEF_V)) { dispc_save_context()
363 if (dss_has_feature(FEAT_HANDLE_UV_SEPARATE)) { dispc_save_context()
379 if (dss_has_feature(FEAT_ATTR2)) dispc_save_context()
383 if (dss_has_feature(FEAT_CORE_CLK_DIV)) dispc_save_context()
404 if (dss_has_feature(FEAT_ALPHA_FIXED_ZORDER) || dispc_restore_context()
405 dss_has_feature(FEAT_ALPHA_FREE_ZORDER)) dispc_restore_context()
407 if (dss_has_feature(FEAT_MGR_LCD2)) dispc_restore_context()
409 if (dss_has_feature(FEAT_MGR_LCD3)) dispc_restore_context()
427 if (dss_has_feature(FEAT_CPR)) { dispc_restore_context()
443 if (dss_has_feature(FEAT_PRELOAD)) dispc_restore_context()
464 if (dss_has_feature(FEAT_FIR_COEF_V)) { dispc_restore_context()
469 if (dss_has_feature(FEAT_HANDLE_UV_SEPARATE)) { dispc_restore_context()
485 if (dss_has_feature(FEAT_ATTR2)) dispc_restore_context()
489 if (dss_has_feature(FEAT_CORE_CLK_DIV)) dispc_restore_context()
494 if (dss_has_feature(FEAT_MGR_LCD2)) dispc_restore_context()
496 if (dss_has_feature(FEAT_MGR_LCD3)) dispc_restore_context()
793 if (!dss_has_feature(FEAT_ALPHA_FREE_ZORDER)) dispc_ovl_enable_zorder_planes()
916 if (dss_has_feature(FEAT_BURST_2D) == 0) dispc_ovl_configure_burst_type()
946 if (dss_has_feature(FEAT_MGR_LCD2)) { dispc_ovl_set_channel_out()
961 if (dss_has_feature(FEAT_MGR_LCD3)) { dispc_ovl_set_channel_out()
1005 if (dss_has_feature(FEAT_MGR_LCD3)) { dispc_ovl_get_channel_out()
1012 } else if (dss_has_feature(FEAT_MGR_LCD2)) { dispc_ovl_get_channel_out()
1243 if (dss_has_feature(FEAT_PRELOAD) && dispc.feat->set_max_preload && dispc_ovl_set_fifo_threshold()
1251 if (!dss_has_feature(FEAT_FIFO_MERGE)) { dispc_enable_fifomerge()
1290 if (manual_update && dss_has_feature(FEAT_OMAP3_DSI_FIFO_BUG)) { dispc_ovl_compute_fifo_thresholds()
1561 if (dss_has_feature(FEAT_RESIZECONF)) { dispc_ovl_set_scaling_common()
1568 if (dss_has_feature(FEAT_LINEBUFFERSPLIT)) { dispc_ovl_set_scaling_common()
1603 if (!dss_has_feature(FEAT_HANDLE_UV_SEPARATE)) dispc_ovl_set_scaling_uv()
1745 if (dss_has_feature(FEAT_ROWREPEATENABLE)) dispc_ovl_set_rotation_attrs()
2422 dss_has_feature(FEAT_BURST_2D)) ? dispc_ovl_calc_scaling()
2784 if (!dss_has_feature(FEAT_LCDENABLEPOL)) dispc_lcd_enable_signal_polarity()
2792 if (!dss_has_feature(FEAT_LCDENABLESIGNAL)) dispc_lcd_enable_signal()
2800 if (!dss_has_feature(FEAT_PCKFREEENABLE)) dispc_pck_free_enable()
2845 if (!dss_has_feature(FEAT_ALPHA_FIXED_ZORDER)) dispc_mgr_enable_alpha_fixed_zorder()
2862 if (dss_has_feature(FEAT_CPR)) { dispc_mgr_setup()
3158 if (dss_has_feature(FEAT_CORE_CLK_DIV) == false && dispc_mgr_set_lcd_divisor()
3336 if (dss_has_feature(FEAT_CORE_CLK_DIV)) { dispc_dump_clocks()
3347 if (dss_has_feature(FEAT_MGR_LCD2)) dispc_dump_clocks()
3349 if (dss_has_feature(FEAT_MGR_LCD3)) dispc_dump_clocks()
3388 if (dss_has_feature(FEAT_ALPHA_FIXED_ZORDER) || dispc_dump_regs()
3389 dss_has_feature(FEAT_ALPHA_FREE_ZORDER)) dispc_dump_regs()
3391 if (dss_has_feature(FEAT_MGR_LCD2)) { dispc_dump_regs()
3395 if (dss_has_feature(FEAT_MGR_LCD3)) { dispc_dump_regs()
3399 if (dss_has_feature(FEAT_MFLAG)) dispc_dump_regs()
3429 if (dss_has_feature(FEAT_CPR)) { dispc_dump_regs()
3449 if (dss_has_feature(FEAT_PRELOAD)) dispc_dump_regs()
3451 if (dss_has_feature(FEAT_MFLAG)) dispc_dump_regs()
3464 if (dss_has_feature(FEAT_HANDLE_UV_SEPARATE)) { dispc_dump_regs()
3471 if (dss_has_feature(FEAT_ATTR2)) dispc_dump_regs()
3497 if (dss_has_feature(FEAT_FIR_COEF_V)) { dispc_dump_regs()
3502 if (dss_has_feature(FEAT_HANDLE_UV_SEPARATE)) { dispc_dump_regs()
3579 if (dss_has_feature(FEAT_CORE_CLK_DIV)) dispc_div_calc()
3664 if (dss_has_feature(FEAT_CORE_CLK_DIV)) { _omap_dispc_initial_config()
3675 if (dss_has_feature(FEAT_FUNCGATED)) _omap_dispc_initial_config()
3691 if (dss_has_feature(FEAT_MFLAG)) _omap_dispc_initial_config()
H A Ddispc-compat.c112 if (dss_has_feature(FEAT_MGR_LCD2)) { dispc_dump_irqs()
118 if (dss_has_feature(FEAT_MGR_LCD3)) { dispc_dump_irqs()
253 dss_has_feature(FEAT_MGR_LCD2) ? PIS(SYNC_LOST2) : "", print_irq_status()
254 dss_has_feature(FEAT_MGR_LCD3) ? PIS(SYNC_LOST3) : ""); print_irq_status()
431 if (dss_has_feature(FEAT_MGR_LCD2)) dss_dispc_initialize_irq()
433 if (dss_has_feature(FEAT_MGR_LCD3)) dss_dispc_initialize_irq()
H A Dmanager.c135 if (dss_has_feature(FEAT_ALPHA_FIXED_ZORDER)) { dss_mgr_simple_check()
234 if (dss_has_feature(FEAT_ALPHA_FREE_ZORDER)) { dss_mgr_check()
H A Ddss_features.h102 bool dss_has_feature(enum dss_feat_id id);
H A Dmanager-sysfs.c290 if(!dss_has_feature(FEAT_ALPHA_FIXED_ZORDER)) manager_alpha_blending_enabled_show()
307 if(!dss_has_feature(FEAT_ALPHA_FIXED_ZORDER)) manager_alpha_blending_enabled_store()
346 if (!dss_has_feature(FEAT_CPR)) manager_cpr_enable_store()
399 if (!dss_has_feature(FEAT_CPR)) manager_cpr_coef_store()
H A Ddpi.c391 if (dss_has_feature(FEAT_DPI_USES_VDDS_DSI) && !dpi->vdds_dsi_reg) { dpi_display_enable()
403 if (dss_has_feature(FEAT_DPI_USES_VDDS_DSI)) { dpi_display_enable()
447 if (dss_has_feature(FEAT_DPI_USES_VDDS_DSI)) dpi_display_enable()
472 if (dss_has_feature(FEAT_DPI_USES_VDDS_DSI)) dpi_display_disable()
575 if (!dss_has_feature(FEAT_DPI_USES_VDDS_DSI)) dpi_init_regulator()
H A Ddss.c456 if (!dss_has_feature(FEAT_LCD_CLK_SRC)) { dss_select_lcd_clk_source()
500 if (dss_has_feature(FEAT_LCD_CLK_SRC)) { dss_get_lcd_clk_source()
H A Dhdmi4_core.c753 if (dss_has_feature(FEAT_HDMI_CTS_SWMODE)) { hdmi4_audio_config()
756 acore.use_mclk = dss_has_feature(FEAT_HDMI_AUDIO_USE_MCLK); hdmi4_audio_config()
H A Dapply.c163 dss_has_feature(FEAT_ALPHA_FREE_ZORDER) ? 3 : 0; apply_init_priv()
167 dss_has_feature(FEAT_ALPHA_FREE_ZORDER) ? 2 : 0; apply_init_priv()
171 dss_has_feature(FEAT_ALPHA_FREE_ZORDER) ? 1 : 0; apply_init_priv()
H A Ddsi.c1206 if (dss_has_feature(FEAT_DSI_REVERSE_TXCLKESC)) { _dsi_print_reset_status()
1364 if (dss_has_feature(FEAT_DSI_PLL_PWR_BUG) && dsi_pll_power()
1792 if (!dss_has_feature(FEAT_DSI_GNQ)) dsi_get_line_buf_size()
1947 if (dss_has_feature(FEAT_DSI_PHY_DCC)) { dsi_cio_timings()
2019 if (dss_has_feature(FEAT_DSI_REVERSE_TXCLKESC)) dsi_cio_wait_tx_clk_esc_reset()
2452 if (dss_has_feature(FEAT_DSI_VC_OCP_WIDTH)) dsi_vc_initial_config()
2487 if (dss_has_feature(FEAT_DSI_DCS_CMD_CONFIG_VC)) { dsi_vc_config_source()
3620 if (!dss_has_feature(FEAT_DSI_DCS_CMD_CONFIG_VC)) { dsi_proto_config()
5439 if (dss_has_feature(FEAT_DSI_GNQ)) omap_dsihw_probe()
H A Ddss_features.c889 bool dss_has_feature(enum dss_feat_id id) dss_has_feature() function
H A Dvenc.c714 if (dss_has_feature(FEAT_VENC_REQUIRES_TV_DAC_CLK)) { venc_get_clocks()

Completed in 214 milliseconds