Searched refs:INTEL_OUTPUT_EDP (Results 1 – 21 of 21) sorted by relevance
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_ddi_buf_trans.c | 1168 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in bdw_get_buf_trans() 1201 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in skl_y_get_buf_trans() 1215 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in skl_u_get_buf_trans() 1229 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in skl_get_buf_trans() 1243 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in kbl_y_get_buf_trans() 1324 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in icl_get_combo_buf_trans() 1452 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in tgl_get_combo_buf_trans() 1496 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in dg1_get_combo_buf_trans() 1539 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in rkl_get_combo_buf_trans() 1578 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in adls_get_combo_buf_trans() [all …]
|
H A D | intel_display_types.h | 82 INTEL_OUTPUT_EDP = 8, enumerator 1994 case INTEL_OUTPUT_EDP: in intel_encoder_is_dig_port() 2060 case INTEL_OUTPUT_EDP: in intel_encoder_is_dp() 2171 BIT(INTEL_OUTPUT_EDP)); in intel_crtc_has_dp_encoder()
|
H A D | intel_pipe_crc.c | 101 case INTEL_OUTPUT_EDP: in i9xx_pipe_crc_auto_source()
|
H A D | g4x_dp.c | 350 if (encoder->type == INTEL_OUTPUT_EDP) in intel_dp_get_config() 351 pipe_config->output_types |= BIT(INTEL_OUTPUT_EDP); in intel_dp_get_config()
|
H A D | intel_ddi.c | 1130 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) { in icl_ddi_combo_vswing_program() 3887 if (encoder->type == INTEL_OUTPUT_EDP) in intel_ddi_read_func_ctl() 3888 pipe_config->output_types |= BIT(INTEL_OUTPUT_EDP); in intel_ddi_read_func_ctl() 3967 if (encoder->type == INTEL_OUTPUT_EDP) in intel_ddi_get_config() 4209 return INTEL_OUTPUT_EDP; in intel_ddi_compute_output_type() 4443 if (dig_port->base.type == INTEL_OUTPUT_EDP) { in intel_ddi_init_dp_connector() 5201 if (encoder->type != INTEL_OUTPUT_EDP && init_hdmi) { in intel_ddi_init()
|
H A D | intel_pch_refclk.c | 512 case INTEL_OUTPUT_EDP: in ilk_init_pch_refclk()
|
H A D | intel_cx0_phy.c | 404 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in intel_c10_get_tx_vboost_lvl() 418 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in intel_c10_get_tx_term_ctl() 1991 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in intel_c10pll_tables_get() 2245 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in intel_c20_pll_tables_get()
|
H A D | intel_pps.c | 181 if (encoder->type == INTEL_OUTPUT_EDP) { in vlv_find_free_pps() 476 if (encoder->type != INTEL_OUTPUT_EDP) in intel_pps_reset_all()
|
H A D | intel_opregion.c | 442 case INTEL_OUTPUT_EDP: in intel_opregion_notify_encoder()
|
H A D | intel_display_power_well.c | 403 return dig_port && dig_port->base.type == INTEL_OUTPUT_EDP; in intel_aux_ch_is_edp()
|
H A D | intel_dp.c | 134 return dig_port->base.type == INTEL_OUTPUT_EDP; in intel_dp_is_edp() 6473 if (dig_port->base.type == INTEL_OUTPUT_EDP && in intel_dp_hpd_pulse() 6875 intel_encoder->type = INTEL_OUTPUT_EDP; in intel_dp_init_connector()
|
H A D | intel_snps_phy.c | 1775 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) { in intel_mpllb_tables_get()
|
H A D | intel_dpll.c | 2225 crtc_state->output_types = BIT(INTEL_OUTPUT_EDP); in vlv_force_pll_on()
|
H A D | intel_psr.c | 221 return intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in intel_psr_needs_aux_io_power()
|
H A D | intel_cdclk.c | 3038 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in skl_dpll0_vco()
|
H A D | intel_dpll_mgr.c | 1938 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in skl_get_dpll()
|
H A D | intel_display.c | 4464 case INTEL_OUTPUT_EDP: in check_digital_port_conflicts()
|
/linux/drivers/gpu/drm/gma500/ |
H A D | framebuffer.c | 174 case INTEL_OUTPUT_EDP: in psb_setup_outputs()
|
H A D | psb_intel_drv.h | 55 #define INTEL_OUTPUT_EDP 10 macro
|
H A D | cdv_intel_display.c | 378 gma_pipe_has_type(crtc, INTEL_OUTPUT_EDP)) { in cdv_intel_limit() 614 case INTEL_OUTPUT_EDP: in cdv_intel_crtc_mode_set()
|
H A D | cdv_intel_dp.c | 312 return encoder->type == INTEL_OUTPUT_EDP; in is_edp() 1980 gma_encoder->type = INTEL_OUTPUT_EDP; in cdv_intel_dp_init()
|