Home
last modified time | relevance | path

Searched refs:intel_crtc_has_dp_encoder (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_audio.c464 if (intel_crtc_has_dp_encoder(crtc_state)) in hsw_audio_config_update()
489 if (intel_crtc_has_dp_encoder(old_crtc_state)) in hsw_audio_codec_disable()
586 if (intel_crtc_has_dp_encoder(old_crtc_state)) in ilk_audio_codec_disable()
670 if (intel_crtc_has_dp_encoder(crtc_state)) in ilk_audio_codec_enable()
735 intel_crtc_has_dp_encoder(crtc_state)); in intel_audio_codec_enable()
Dintel_ddi.c1467 else if (intel_crtc_has_dp_encoder(pipe_config)) in ddi_dotclock_get()
1476 !intel_crtc_has_dp_encoder(pipe_config)) in ddi_dotclock_get()
1702 if (!intel_crtc_has_dp_encoder(crtc_state)) in intel_ddi_set_pipe_settings()
2133 if (intel_crtc_has_dp_encoder(crtc_state) || in intel_ddi_get_power_domains()
3722 if (intel_crtc_has_dp_encoder(crtc_state) || is_tc_port) in intel_ddi_pre_pll_enable()
3747 if (intel_crtc_has_dp_encoder(crtc_state) || is_tc_port) in intel_ddi_post_pll_disable()
Dintel_dpll_mgr.c884 } else if (intel_crtc_has_dp_encoder(crtc_state)) { in hsw_get_dpll()
1452 } else if (intel_crtc_has_dp_encoder(crtc_state)) { in skl_get_dpll()
1900 if (intel_crtc_has_dp_encoder(crtc_state) && in bxt_get_dpll()
2405 } else if (intel_crtc_has_dp_encoder(crtc_state)) { in cnl_get_dpll()
Dintel_display_types.h1500 intel_crtc_has_dp_encoder(const struct intel_crtc_state *crtc_state) in intel_crtc_has_dp_encoder() function
Dintel_cdclk.c2237 if (intel_crtc_has_dp_encoder(crtc_state) && in intel_crtc_compute_min_cdclk()
2265 intel_crtc_has_dp_encoder(crtc_state) && crtc_state->has_audio) in intel_crtc_compute_min_cdclk()
Dintel_display.c5267 intel_crtc_has_dp_encoder(crtc_state)) { in ironlake_pch_enable()
6333 if (intel_crtc_has_dp_encoder(pipe_config)) in ironlake_crtc_enable()
6459 if (intel_crtc_has_dp_encoder(pipe_config)) in haswell_crtc_enable()
6863 if (intel_crtc_has_dp_encoder(pipe_config)) in valleyview_crtc_enable()
6931 if (intel_crtc_has_dp_encoder(pipe_config)) in i9xx_crtc_enable()
7808 if (intel_crtc_has_dp_encoder(pipe_config)) { in vlv_prepare_pll()
7828 if (intel_crtc_has_dp_encoder(pipe_config)) in vlv_prepare_pll()
8024 if (intel_crtc_has_dp_encoder(crtc_state)) in i9xx_compute_dpll()
9579 if (intel_crtc_has_dp_encoder(crtc_state)) in ironlake_compute_dpll()
12103 if (intel_crtc_has_dp_encoder(pipe_config)) { in intel_dump_pipe_config()
Dintel_dp.c4826 WARN_ON(!intel_crtc_has_dp_encoder(crtc_state)); in intel_dp_retrain_link()