Searched refs:INTEL_OUTPUT_DSI (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dsi_dcs_backlight.c | 199 if (drm_WARN_ON(dev, encoder->type != INTEL_OUTPUT_DSI)) in intel_dsi_dcs_init_backlight_funcs()
|
H A D | intel_dpll.c | 1167 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in hsw_crtc_compute_clock() 1175 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in hsw_crtc_compute_clock() 1195 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in hsw_crtc_get_shared_dpll() 1443 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in vlv_dpll() 1469 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in chv_dpll() 1501 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in chv_crtc_compute_clock() 1528 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in vlv_crtc_compute_clock()
|
H A D | intel_opregion.c | 403 if (encoder->type == INTEL_OUTPUT_DSI) in intel_opregion_notify_encoder() 444 case INTEL_OUTPUT_DSI: in intel_opregion_notify_encoder()
|
H A D | intel_vblank.c | 613 intel_crtc_has_type(new_crtc_state, INTEL_OUTPUT_DSI); in intel_vblank_evade_init()
|
H A D | vlv_dsi.c | 1187 pipe_config->output_types |= BIT(INTEL_OUTPUT_DSI); in intel_dsi_get_config() 1934 encoder->type = INTEL_OUTPUT_DSI; in vlv_dsi_init()
|
H A D | icl_dsi.c | 1554 pipe_config->output_types |= BIT(INTEL_OUTPUT_DSI); in gen11_dsi_get_config() 1996 encoder->type = INTEL_OUTPUT_DSI; in icl_dsi_init()
|
H A D | intel_display_types.h | 78 INTEL_OUTPUT_DSI = 9, enumerator
|
H A D | intel_cdclk.c | 2894 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI) && in intel_crtc_compute_min_cdclk() 2903 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI) && in intel_crtc_compute_min_cdclk()
|
H A D | intel_display.c | 530 if (intel_crtc_has_type(new_crtc_state, INTEL_OUTPUT_DSI)) in intel_enable_transcoder() 2339 if (!intel_crtc_has_type(old_crtc_state, INTEL_OUTPUT_DSI)) { in i9xx_crtc_disable()
|
H A D | intel_dpll_mgr.c | 3323 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in icl_compute_combo_phy_dpll()
|
H A D | intel_ddi.c | 2057 if (encoder->type == INTEL_OUTPUT_DSI) { in intel_ddi_sanitize_encoder_pll_mapping()
|