Searched refs:INTEL_OUTPUT_DSI (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/i915/display/ |
D | intel_dpll.c | 947 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in hsw_crtc_compute_clock() 955 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in hsw_crtc_compute_clock() 975 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in hsw_crtc_get_shared_dpll() 1218 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in vlv_compute_dpll() 1236 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in chv_compute_dpll() 1259 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in chv_crtc_compute_clock() 1285 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in vlv_crtc_compute_clock()
|
D | intel_dsi_dcs_backlight.c | 199 if (drm_WARN_ON(dev, encoder->type != INTEL_OUTPUT_DSI)) in intel_dsi_dcs_init_backlight_funcs()
|
D | intel_crtc.c | 492 intel_crtc_has_type(new_crtc_state, INTEL_OUTPUT_DSI); in intel_pipe_update_start() 661 intel_crtc_has_type(new_crtc_state, INTEL_OUTPUT_DSI)) in intel_pipe_update_end()
|
D | intel_opregion.c | 377 if (intel_encoder->type == INTEL_OUTPUT_DSI) in intel_opregion_notify_encoder() 418 case INTEL_OUTPUT_DSI: in intel_opregion_notify_encoder()
|
D | vlv_dsi.c | 1178 pipe_config->output_types |= BIT(INTEL_OUTPUT_DSI); in intel_dsi_get_config() 1802 intel_encoder->type = INTEL_OUTPUT_DSI; in vlv_dsi_init()
|
D | icl_dsi.c | 1527 pipe_config->output_types |= BIT(INTEL_OUTPUT_DSI); in gen11_dsi_get_config() 1982 encoder->type = INTEL_OUTPUT_DSI; in icl_dsi_init()
|
D | intel_display_types.h | 81 INTEL_OUTPUT_DSI = 9, enumerator
|
D | intel_cdclk.c | 2591 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI) && in intel_crtc_compute_min_cdclk() 2600 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI) && in intel_crtc_compute_min_cdclk()
|
D | intel_display.c | 411 if (intel_crtc_has_type(new_crtc_state, INTEL_OUTPUT_DSI)) in intel_enable_transcoder() 2056 if (!intel_crtc_has_type(old_crtc_state, INTEL_OUTPUT_DSI)) { in i9xx_crtc_disable()
|
D | intel_dpll_mgr.c | 3179 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in icl_compute_combo_phy_dpll()
|
D | intel_ddi.c | 2046 if (encoder->type == INTEL_OUTPUT_DSI) { in intel_ddi_sanitize_encoder_pll_mapping()
|