Searched refs:INTEL_OUTPUT_DSI (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_dsi_dcs_backlight.c | 194 if (drm_WARN_ON(dev, encoder->type != INTEL_OUTPUT_DSI)) in intel_dsi_dcs_init_backlight_funcs()
|
A D | intel_dpll.c | 946 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in hsw_crtc_compute_clock() 954 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in hsw_crtc_compute_clock() 974 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in hsw_crtc_get_shared_dpll() 1191 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in vlv_compute_dpll() 1209 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in chv_compute_dpll() 1232 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in chv_crtc_compute_clock() 1258 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in vlv_crtc_compute_clock()
|
A D | intel_crtc.c | 485 intel_crtc_has_type(new_crtc_state, INTEL_OUTPUT_DSI); in intel_pipe_update_start() 647 intel_crtc_has_type(new_crtc_state, INTEL_OUTPUT_DSI)) in intel_pipe_update_end()
|
A 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()
|
A D | vlv_dsi.c | 1272 pipe_config->output_types |= BIT(INTEL_OUTPUT_DSI); in intel_dsi_get_config() 1902 intel_encoder->type = INTEL_OUTPUT_DSI; in vlv_dsi_init()
|
A D | icl_dsi.c | 1576 pipe_config->output_types |= BIT(INTEL_OUTPUT_DSI); in gen11_dsi_get_config() 2028 encoder->type = INTEL_OUTPUT_DSI; in icl_dsi_init()
|
A D | intel_display_types.h | 80 INTEL_OUTPUT_DSI = 9, enumerator
|
A D | intel_cdclk.c | 2423 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI) && in intel_crtc_compute_min_cdclk() 2432 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI) && in intel_crtc_compute_min_cdclk()
|
A D | intel_display.c | 513 if (intel_crtc_has_type(new_crtc_state, INTEL_OUTPUT_DSI)) in intel_enable_transcoder() 2355 if (!intel_crtc_has_type(old_crtc_state, INTEL_OUTPUT_DSI)) { in i9xx_crtc_disable()
|
A D | intel_dpll_mgr.c | 3180 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) in icl_compute_combo_phy_dpll()
|
A D | intel_ddi.c | 2019 if (encoder->type == INTEL_OUTPUT_DSI) { in intel_ddi_sanitize_encoder_pll_mapping()
|
Completed in 64 milliseconds