Home
last modified time | relevance | path

Searched refs:INTEL_OUTPUT_HDMI (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_ddi.c502 case INTEL_OUTPUT_HDMI: in intel_ddi_get_encoder_port()
1614 if (type == INTEL_OUTPUT_HDMI) { in intel_ddi_enable_transcoder_func()
1843 if (type == INTEL_OUTPUT_HDMI) in skl_ddi_set_iboost()
1852 if (type == INTEL_OUTPUT_HDMI) in skl_ddi_set_iboost()
1887 if (type == INTEL_OUTPUT_HDMI) in bxt_ddi_vswing_sequence()
1947 if (type == INTEL_OUTPUT_HDMI) in cnl_ddi_vswing_program()
2010 if (type == INTEL_OUTPUT_HDMI) { in cnl_ddi_vswing_sequence()
2026 if (type != INTEL_OUTPUT_HDMI) in cnl_ddi_vswing_sequence()
2241 skl_ddi_set_iboost(encoder, level, INTEL_OUTPUT_HDMI); in intel_ddi_pre_enable_hdmi()
2260 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in intel_ddi_pre_enable()
[all …]
H A Dintel_hdmi.c1344 if (crtc_state->output_types != 1 << INTEL_OUTPUT_HDMI) in hdmi_12bpc_possible()
1625 hdmi_to_dig_port(intel_hdmi)->base.type = INTEL_OUTPUT_HDMI; in intel_hdmi_detect()
1649 hdmi_to_dig_port(intel_hdmi)->base.type = INTEL_OUTPUT_HDMI; in intel_hdmi_force()
2115 intel_encoder->type = INTEL_OUTPUT_HDMI; in intel_hdmi_init()
2133 intel_encoder->cloneable |= 1 << INTEL_OUTPUT_HDMI; in intel_hdmi_init()
H A Dintel_dpll_mgr.c816 if (encoder->type == INTEL_OUTPUT_HDMI) { in hsw_get_dpll()
1372 if (encoder->type == INTEL_OUTPUT_HDMI) { in skl_get_dpll()
1815 if (encoder->type == INTEL_OUTPUT_HDMI && in bxt_get_dpll()
2348 if (encoder->type == INTEL_OUTPUT_HDMI) { in cnl_get_dpll()
H A Dintel_drv.h172 INTEL_OUTPUT_HDMI = 6, enumerator
1155 case INTEL_OUTPUT_HDMI: in enc_to_dig_port()
H A Dintel_crt.c956 crt->base.cloneable = (1 << INTEL_OUTPUT_DVO) | (1 << INTEL_OUTPUT_HDMI); in intel_crt_init()
H A Dintel_opregion.c392 case INTEL_OUTPUT_HDMI: in intel_opregion_notify_encoder()
H A Dintel_display.c1716 if (intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_HDMI)) in ironlake_enable_pch_transcoder()
6633 intel_crtc_has_type(crtc->config, INTEL_OUTPUT_HDMI)) in vlv_prepare_pll()
6852 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in i9xx_compute_dpll()
7199 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) || in g4x_crtc_compute_clock()
8192 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI)) in ironlake_compute_dpll()
10779 case INTEL_OUTPUT_HDMI: in check_digital_port_conflicts()
11766 intel_crtc_has_type(crtc->config, INTEL_OUTPUT_HDMI)) { in update_scanline_offset()
H A Dintel_dp.c5080 intel_dig_port->base.type != INTEL_OUTPUT_HDMI) in intel_dp_hpd_pulse()