Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_audio.c392 if (intel_crtc_has_dp_encoder(crtc_state)) in hsw_audio_config_update()
414 (intel_crtc_has_dp_encoder(old_crtc_state) ? in hsw_audio_codec_disable()
629 (intel_crtc_has_dp_encoder(old_crtc_state) ? in ibx_audio_codec_disable()
675 (intel_crtc_has_dp_encoder(crtc_state) ? in ibx_audio_codec_enable()
773 intel_crtc_has_dp_encoder(crtc_state)); in intel_audio_codec_enable()
H A Dintel_pch_display.c408 if (intel_crtc_has_dp_encoder(crtc_state)) { in ilk_pch_enable()
418 intel_crtc_has_dp_encoder(crtc_state)) { in ilk_pch_enable()
H A Dintel_crtc_state_dump.c241 if (intel_crtc_has_dp_encoder(pipe_config)) { in intel_crtc_state_dump()
H A Dintel_dpll.c1028 if (intel_crtc_has_dp_encoder(crtc_state)) in i9xx_dpll()
1296 if (intel_crtc_has_dp_encoder(crtc_state)) in ilk_dpll()
1974 if (intel_crtc_has_dp_encoder(crtc_state)) { in vlv_prepare_pll()
1994 if (intel_crtc_has_dp_encoder(crtc_state)) in vlv_prepare_pll()
H A Dintel_ddi_buf_trans.c1682 if (intel_crtc_has_dp_encoder(crtc_state) && in dg2_get_snps_buf_trans()
1694 if (intel_crtc_has_dp_encoder(crtc_state) && crtc_state->port_clock >= 1000000) in mtl_get_cx0_buf_trans()
H A Dintel_ddi.c396 if (!intel_crtc_has_dp_encoder(crtc_state)) in intel_ddi_set_dp_msa()
923 (intel_crtc_has_dp_encoder(crtc_state) || in intel_ddi_main_link_aux_domain()
3003 if (intel_crtc_has_dp_encoder(crtc_state)) { in mtl_disable_ddi_buf()
3024 if (intel_crtc_has_dp_encoder(crtc_state)) in disable_ddi_buf()
4222 if ((crtc_state && intel_crtc_has_dp_encoder(crtc_state)) || in intel_ddi_sync_state()
4240 if (intel_crtc_has_dp_encoder(crtc_state) && in intel_ddi_initial_fastset_check()
H A Dintel_dpll_mgr.c1206 else if (intel_crtc_has_dp_encoder(crtc_state)) in hsw_compute_dpll()
1224 else if (intel_crtc_has_dp_encoder(crtc_state)) in hsw_get_dpll()
1926 else if (intel_crtc_has_dp_encoder(crtc_state)) in skl_compute_dpll()
2417 else if (intel_crtc_has_dp_encoder(crtc_state)) in bxt_compute_dpll()
H A Dintel_display_types.h2045 intel_crtc_has_dp_encoder(const struct intel_crtc_state *crtc_state) in intel_crtc_has_dp_encoder() function
H A Dintel_display.c1632 } else if (intel_crtc_has_dp_encoder(crtc_state)) { in ilk_configure_cpu_transcoder()
1764 } else if (intel_crtc_has_dp_encoder(crtc_state)) { in hsw_configure_cpu_transcoder()
2197 if (intel_crtc_has_dp_encoder(crtc_state)) { in i9xx_configure_cpu_transcoder()
4246 if (intel_crtc_has_dp_encoder(pipe_config)) in intel_crtc_dotclock()
4256 !intel_crtc_has_dp_encoder(pipe_config)) in intel_crtc_dotclock()
H A Dintel_cdclk.c2859 if (intel_crtc_has_dp_encoder(crtc_state) && in intel_crtc_compute_min_cdclk()
2887 intel_crtc_has_dp_encoder(crtc_state) && crtc_state->has_audio) in intel_crtc_compute_min_cdclk()
H A Dintel_dp.c5116 drm_WARN_ON(&i915->drm, !intel_crtc_has_dp_encoder(crtc_state)); in intel_dp_get_active_pipes()