Searched refs:INTEL_OUTPUT_EDP (Results 1 – 20 of 20) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
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() 1257 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in kbl_u_get_buf_trans() 1271 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in kbl_get_buf_trans() 1285 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in bxt_get_buf_trans() 1324 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in icl_get_combo_buf_trans() 1373 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in ehl_get_combo_buf_trans() [all …]
|
D | intel_display_types.h | 80 INTEL_OUTPUT_EDP = 8, enumerator 1889 case INTEL_OUTPUT_EDP: in intel_encoder_is_dig_port() 1955 case INTEL_OUTPUT_EDP: in intel_encoder_is_dp() 2079 BIT(INTEL_OUTPUT_EDP)); in intel_crtc_has_dp_encoder()
|
D | intel_pipe_crc.c | 100 case INTEL_OUTPUT_EDP: in i9xx_pipe_crc_auto_source()
|
D | g4x_dp.c | 341 if (encoder->type == INTEL_OUTPUT_EDP) in intel_dp_get_config() 342 pipe_config->output_types |= BIT(INTEL_OUTPUT_EDP); in intel_dp_get_config()
|
D | intel_ddi.c | 1120 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) { in icl_ddi_combo_vswing_program() 3715 if (encoder->type == INTEL_OUTPUT_EDP) in intel_ddi_read_func_ctl() 3716 pipe_config->output_types |= BIT(INTEL_OUTPUT_EDP); in intel_ddi_read_func_ctl() 3790 if (encoder->type == INTEL_OUTPUT_EDP) in intel_ddi_get_config() 4043 return INTEL_OUTPUT_EDP; in intel_ddi_compute_output_type() 4275 if (dig_port->base.type == INTEL_OUTPUT_EDP) { in intel_ddi_init_dp_connector() 5045 if (encoder->type != INTEL_OUTPUT_EDP && init_hdmi) { in intel_ddi_init()
|
D | intel_pch_refclk.c | 511 case INTEL_OUTPUT_EDP: in ilk_init_pch_refclk()
|
D | intel_pps.c | 175 if (encoder->type == INTEL_OUTPUT_EDP) { in vlv_find_free_pps() 461 if (encoder->type != INTEL_OUTPUT_EDP) in intel_pps_reset_all()
|
D | intel_cx0_phy.c | 331 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in intel_c10_get_tx_vboost_lvl() 345 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in intel_c10_get_tx_term_ctl() 1750 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in intel_c10pll_tables_get()
|
D | intel_opregion.c | 417 case INTEL_OUTPUT_EDP: in intel_opregion_notify_encoder()
|
D | intel_dp.c | 119 return dig_port->base.type == INTEL_OUTPUT_EDP; in intel_dp_is_edp() 5300 if (dig_port->base.type == INTEL_OUTPUT_EDP && in intel_dp_hpd_pulse() 5681 intel_encoder->type = INTEL_OUTPUT_EDP; in intel_dp_init_connector()
|
D | intel_display_power_well.c | 397 if (encoder->type == INTEL_OUTPUT_EDP && in intel_port_is_edp()
|
D | intel_snps_phy.c | 1773 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) { in intel_mpllb_tables_get()
|
D | intel_dpll.c | 1983 crtc_state->output_types = BIT(INTEL_OUTPUT_EDP); in vlv_force_pll_on()
|
D | intel_cdclk.c | 2834 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in skl_dpll0_vco()
|
D | intel_dpll_mgr.c | 1835 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in skl_get_dpll()
|
D | intel_display.c | 4468 case INTEL_OUTPUT_EDP: in check_digital_port_conflicts()
|
/linux-6.6.21/drivers/gpu/drm/gma500/ |
D | framebuffer.c | 174 case INTEL_OUTPUT_EDP: in psb_setup_outputs()
|
D | psb_intel_drv.h | 55 #define INTEL_OUTPUT_EDP 10 macro
|
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()
|
D | cdv_intel_dp.c | 312 return encoder->type == INTEL_OUTPUT_EDP; in is_edp() 1981 gma_encoder->type = INTEL_OUTPUT_EDP; in cdv_intel_dp_init()
|