Searched refs:INTEL_OUTPUT_EDP (Results 1 – 18 of 18) sorted by relevance
| /linux/drivers/gpu/drm/i915/display/ |
| A D | intel_ddi_buf_trans.c | 1066 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in bdw_get_buf_trans() 1101 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in skl_y_get_buf_trans() 1117 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in skl_u_get_buf_trans() 1133 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in skl_get_buf_trans() 1149 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP) && in kbl_y_get_buf_trans() 1238 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 tgl_get_combo_buf_trans() 1420 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in dg1_get_combo_buf_trans() 1466 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in rkl_get_combo_buf_trans() 1508 else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in adls_get_combo_buf_trans() [all …]
|
| A D | intel_display_types.h | 68 INTEL_OUTPUT_EDP = 8, enumerator 1807 case INTEL_OUTPUT_EDP: in intel_encoder_is_dig_port() 1873 case INTEL_OUTPUT_EDP: in intel_encoder_is_dp() 2000 (1 << INTEL_OUTPUT_EDP)); in intel_crtc_has_dp_encoder()
|
| A D | intel_pipe_crc.c | 101 case INTEL_OUTPUT_EDP: in i9xx_pipe_crc_auto_source()
|
| 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_pps.c | 135 if (encoder->type == INTEL_OUTPUT_EDP) { in vlv_find_free_pps() 340 if (encoder->type != INTEL_OUTPUT_EDP) in intel_pps_reset_all()
|
| A D | intel_ddi.c | 1052 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) { in icl_ddi_combo_vswing_program() 3492 if (encoder->type == INTEL_OUTPUT_EDP) in intel_ddi_read_func_ctl() 3493 pipe_config->output_types |= BIT(INTEL_OUTPUT_EDP); in intel_ddi_read_func_ctl() 3573 if (encoder->type == INTEL_OUTPUT_EDP && dev_priv->vbt.edp.bpp && in intel_ddi_get_config() 3777 return INTEL_OUTPUT_EDP; in intel_ddi_compute_output_type() 4630 if (encoder->type != INTEL_OUTPUT_EDP && init_hdmi) { in intel_ddi_init()
|
| A D | intel_snps_phy.c | 746 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) { in intel_mpllb_tables_get()
|
| A D | intel_opregion.c | 376 case INTEL_OUTPUT_EDP: in intel_opregion_notify_encoder()
|
| A D | intel_dp.c | 112 return dig_port->base.type == INTEL_OUTPUT_EDP; in intel_dp_is_edp() 4744 if (dig_port->base.type == INTEL_OUTPUT_EDP && in intel_dp_hpd_pulse() 5015 intel_encoder->type = INTEL_OUTPUT_EDP; in intel_dp_init_connector()
|
| A D | intel_dpll.c | 1836 crtc_state->output_types = BIT(INTEL_OUTPUT_EDP); in vlv_force_pll_on()
|
| A D | intel_cdclk.c | 2380 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in skl_dpll0_vco()
|
| A D | intel_display_debugfs.c | 2024 if (encoder->type != INTEL_OUTPUT_EDP) in i915_drrs_ctl_set()
|
| A D | intel_dpll_mgr.c | 1748 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_EDP)) in skl_get_dpll()
|
| A D | intel_display.c | 4328 case INTEL_OUTPUT_EDP: in ilk_init_pch_refclk() 6903 case INTEL_OUTPUT_EDP: in check_digital_port_conflicts()
|
| /linux/drivers/gpu/drm/gma500/ |
| A D | psb_intel_drv.h | 56 #define INTEL_OUTPUT_EDP 10 macro
|
| A D | cdv_intel_display.c | 377 gma_pipe_has_type(crtc, INTEL_OUTPUT_EDP)) { in cdv_intel_limit() 612 case INTEL_OUTPUT_EDP: in cdv_intel_crtc_mode_set()
|
| A D | framebuffer.c | 524 case INTEL_OUTPUT_EDP: in psb_setup_outputs()
|
| A D | cdv_intel_dp.c | 316 return encoder->type == INTEL_OUTPUT_EDP; in is_edp() 1985 gma_encoder->type = INTEL_OUTPUT_EDP; in cdv_intel_dp_init()
|
Completed in 98 milliseconds