Searched refs:INTEL_OUTPUT_EDP (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_ddi_buf_trans.c | 1088 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in bdw_get_buf_trans() 1121 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in skl_y_get_buf_trans() 1135 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in skl_u_get_buf_trans() 1149 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in skl_get_buf_trans() 1163 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in kbl_y_get_buf_trans() 1244 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in icl_get_combo_buf_trans() 1372 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in tgl_get_combo_buf_trans() 1416 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in dg1_get_combo_buf_trans() 1459 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in rkl_get_combo_buf_trans() 1498 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in adls_get_combo_buf_trans() [all …]
|
A D | intel_display_types.h | 79 INTEL_OUTPUT_EDP = 8, enumerator 1844 case INTEL_OUTPUT_EDP: in intel_encoder_is_dig_port() 1910 case INTEL_OUTPUT_EDP: in intel_encoder_is_dp() 2034 BIT(INTEL_OUTPUT_EDP)); in intel_crtc_has_dp_encoder()
|
A D | intel_pipe_crc.c | 100 case INTEL_OUTPUT_EDP: in i9xx_pipe_crc_auto_source()
|
A D | intel_ddi.c | 1093 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) { in icl_ddi_combo_vswing_program() 3391 if (encoder->type == INTEL_OUTPUT_EDP) in intel_ddi_read_func_ctl() 3392 pipe_config->output_types |= BIT(INTEL_OUTPUT_EDP); in intel_ddi_read_func_ctl() 3466 if (encoder->type == INTEL_OUTPUT_EDP) in intel_ddi_get_config() 3665 return INTEL_OUTPUT_EDP; in intel_ddi_compute_output_type() 3880 if (dig_port->base.type == INTEL_OUTPUT_EDP) { in intel_ddi_init_dp_connector() 4536 if (encoder->type != INTEL_OUTPUT_EDP && init_hdmi) { in intel_ddi_init()
|
A D | g4x_dp.c | 344 if (encoder->type == INTEL_OUTPUT_EDP) in intel_dp_get_config() 345 pipe_config->output_types |= BIT(INTEL_OUTPUT_EDP); in intel_dp_get_config()
|
A D | intel_pch_refclk.c | 517 case INTEL_OUTPUT_EDP: in ilk_init_pch_refclk()
|
A D | intel_pps.c | 173 if (encoder->type == INTEL_OUTPUT_EDP) { in vlv_find_free_pps() 459 if (encoder->type != INTEL_OUTPUT_EDP) in intel_pps_reset_all()
|
A D | intel_opregion.c | 417 case INTEL_OUTPUT_EDP: in intel_opregion_notify_encoder()
|
A D | intel_dp.c | 116 return dig_port->base.type == INTEL_OUTPUT_EDP; in intel_dp_is_edp() 5096 if (dig_port->base.type == INTEL_OUTPUT_EDP && in intel_dp_hpd_pulse() 5422 intel_encoder->type = INTEL_OUTPUT_EDP; in intel_dp_init_connector()
|
A D | intel_snps_phy.c | 1711 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) { in intel_mpllb_tables_get()
|
A D | intel_dpll.c | 1952 crtc_state->output_types = BIT(INTEL_OUTPUT_EDP); in vlv_force_pll_on()
|
A D | intel_cdclk.c | 2647 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in skl_dpll0_vco()
|
A D | intel_dpll_mgr.c | 1812 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in skl_get_dpll()
|
A D | intel_display.c | 4992 case INTEL_OUTPUT_EDP: in check_digital_port_conflicts()
|
/linux-6.3-rc2/drivers/gpu/drm/gma500/ |
A D | psb_intel_drv.h | 55 #define INTEL_OUTPUT_EDP 10 macro
|
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()
|
A D | framebuffer.c | 503 case INTEL_OUTPUT_EDP: in psb_setup_outputs()
|
A 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()
|
Completed in 84 milliseconds