Home
last modified time | relevance | path

Searched refs:INTEL_OUTPUT_EDP (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/i915/
Dintel_ddi.c70 if (type == INTEL_OUTPUT_DISPLAYPORT || type == INTEL_OUTPUT_EDP || in intel_ddi_get_encoder_port()
683 if (type == INTEL_OUTPUT_DISPLAYPORT || type == INTEL_OUTPUT_EDP) { in intel_ddi_mode_set()
844 if (type == INTEL_OUTPUT_DISPLAYPORT || type == INTEL_OUTPUT_EDP) { in intel_ddi_pll_mode_set()
929 if (type == INTEL_OUTPUT_DISPLAYPORT || type == INTEL_OUTPUT_EDP) { in intel_ddi_set_pipe_settings()
1023 type == INTEL_OUTPUT_EDP) { in intel_ddi_enable_pipe_func()
1241 if (type == INTEL_OUTPUT_EDP) { in intel_ddi_pre_enable()
1251 if (type == INTEL_OUTPUT_DISPLAYPORT || type == INTEL_OUTPUT_EDP) { in intel_ddi_pre_enable()
1284 if (type == INTEL_OUTPUT_EDP) { in intel_ddi_post_disable()
1311 } else if (type == INTEL_OUTPUT_EDP) { in intel_enable_ddi()
1323 if (type == INTEL_OUTPUT_EDP) { in intel_disable_ddi()
[all …]
Dintel_dp.c52 return intel_dig_port->base.type == INTEL_OUTPUT_EDP; in is_edp()
789 intel_encoder->type == INTEL_OUTPUT_EDP) in intel_dp_set_m_n()
798 if (intel_encoder->type == INTEL_OUTPUT_EDP) { in intel_dp_set_m_n()
2343 if (intel_encoder->type != INTEL_OUTPUT_EDP) in intel_dp_detect()
2548 intel_encoder->type == INTEL_OUTPUT_EDP) in intel_trans_dp_port_sel()
2746 intel_encoder->type = INTEL_OUTPUT_EDP; in intel_dp_init_connector()
2749 intel_encoder->type = INTEL_OUTPUT_EDP; in intel_dp_init_connector()
Dintel_display.c534 intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP)) in intel_ironlake_limit()
2983 case INTEL_OUTPUT_EDP: in ironlake_crtc_driving_pch()
3159 intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP))) { in ironlake_pch_enable()
3364 intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP))) { in ironlake_crtc_enable()
3444 intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP)) { in haswell_crtc_enable()
4140 if (intel_encoder->type == INTEL_OUTPUT_EDP) { in intel_choose_pipe_bpp_dither()
4226 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP)) { in vlv_get_refclk()
4447 if(intel_pipe_has_type(crtc,INTEL_OUTPUT_EDP)) in vlv_update_pll()
4814 if (IS_VALLEYVIEW(dev) && intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP)) { in i9xx_crtc_mode_set()
4889 case INTEL_OUTPUT_EDP: in ironlake_init_pch_refclk()
[all …]
Dintel_drv.h121 #define INTEL_OUTPUT_EDP 8 macro