Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
Dintel_audio.c479 if (intel_crtc_has_dp_encoder(crtc_state)) in hsw_audio_config_update()
504 if (intel_crtc_has_dp_encoder(old_crtc_state)) in hsw_audio_codec_disable()
727 if (intel_crtc_has_dp_encoder(old_crtc_state)) in ilk_audio_codec_disable()
814 if (intel_crtc_has_dp_encoder(crtc_state)) in ilk_audio_codec_enable()
880 intel_crtc_has_dp_encoder(crtc_state)); in intel_audio_codec_enable()
Dintel_ddi.c1549 else if (intel_crtc_has_dp_encoder(pipe_config)) in ddi_dotclock_get()
1558 !intel_crtc_has_dp_encoder(pipe_config)) in ddi_dotclock_get()
1593 if (!intel_crtc_has_dp_encoder(crtc_state)) in intel_ddi_set_dp_msa()
2116 if (intel_crtc_has_dp_encoder(crtc_state) || in intel_ddi_get_power_domains()
3622 if (intel_crtc_has_dp_encoder(crtc_state)) { in intel_disable_ddi_buf()
3771 if (intel_crtc_has_dp_encoder(old_crtc_state) || is_tc_port) in intel_ddi_post_disable()
4107 if (intel_crtc_has_dp_encoder(crtc_state) || is_tc_port) in intel_ddi_pre_pll_enable()
Dintel_dpll_mgr.c1040 else if (intel_crtc_has_dp_encoder(crtc_state)) in hsw_get_dpll()
1728 } else if (intel_crtc_has_dp_encoder(crtc_state)) { in skl_get_dpll()
2238 if (intel_crtc_has_dp_encoder(crtc_state) && in bxt_get_dpll()
2803 } else if (intel_crtc_has_dp_encoder(crtc_state)) { in cnl_get_dpll()
Dintel_display_types.h1699 intel_crtc_has_dp_encoder(const struct intel_crtc_state *crtc_state) in intel_crtc_has_dp_encoder() function
Dintel_cdclk.c2023 if (intel_crtc_has_dp_encoder(crtc_state) && in intel_crtc_compute_min_cdclk()
2051 intel_crtc_has_dp_encoder(crtc_state) && crtc_state->has_audio) in intel_crtc_compute_min_cdclk()
Dintel_display.c5917 intel_crtc_has_dp_encoder(crtc_state)) { in ilk_pch_enable()
6943 if (intel_crtc_has_dp_encoder(new_crtc_state)) in ilk_crtc_enable()
7483 if (intel_crtc_has_dp_encoder(new_crtc_state)) in valleyview_crtc_enable()
7551 if (intel_crtc_has_dp_encoder(new_crtc_state)) in i9xx_crtc_enable()
8496 if (intel_crtc_has_dp_encoder(pipe_config)) { in vlv_prepare_pll()
8516 if (intel_crtc_has_dp_encoder(pipe_config)) in vlv_prepare_pll()
8712 if (intel_crtc_has_dp_encoder(crtc_state)) in i9xx_compute_dpll()
10300 if (intel_crtc_has_dp_encoder(crtc_state)) in ilk_compute_dpll()
13115 if (intel_crtc_has_dp_encoder(pipe_config)) { in intel_dump_pipe_config()
Dintel_dp.c5816 drm_WARN_ON(&i915->drm, !intel_crtc_has_dp_encoder(crtc_state)); in intel_dp_prep_link_retrain()