Searched refs:PORT_A (Results 26 - 37 of 37) sorted by relevance

12

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dp.c436 encoder->port != PORT_A);
1425 if (DISPLAY_VER(dev_priv) == 11 && encoder->port != PORT_A &&
2522 if (DISPLAY_VER(dev_priv) < 12 && port == PORT_A)
2884 if (HAS_PCH_SPLIT(dev_priv) && !HAS_DDI(dev_priv) && encoder->port != PORT_A)
6184 if (DISPLAY_VER(dev_priv) < 9 && port == PORT_A)
6210 if (port == PORT_A)
6229 if (!IS_G4X(dev_priv) && port != PORT_A)
H A Dintel_pps.c1519 case PORT_A:
1695 g4x_dp_port_enabled(dev_priv, DP_A, PORT_A, &panel_pipe);
H A Dintel_dsi_vbt.c99 return PORT_A;
H A Dintel_hotplug.c92 return HPD_PORT_A + port - PORT_A;
H A Dintel_hdmi.c2792 drm_WARN_ON(&i915->drm, port == PORT_A);
2998 if (DISPLAY_VER(dev_priv) < 12 && drm_WARN_ON(dev, port == PORT_A))
H A Dintel_hdcp.c423 case PORT_A:
2187 case PORT_A:
H A Dintel_psr.c989 return pipe == PIPE_A && port == PORT_A;
2937 * So lets keep it hardcoded to PORT_A for BDW, GEN9 and GEN11.
2940 if (DISPLAY_VER(dev_priv) < 12 && dig_port->base.port != PORT_A) {
H A Dintel_display.c1903 return PHY_A + port - PORT_A;
3675 for_each_port_masked(port, BIT(PORT_A) | BIT(PORT_C)) {
3676 if (port == PORT_A)
7498 if (intel_de_read(dev_priv, DDI_BUF_CTL(PORT_A)) & DDI_A_4_LANES)
7545 g4x_dp_init(dev_priv, DP_A, PORT_A);
H A Dintel_display_debugfs.c1181 lpsp_capable = (encoder->port == PORT_A &&
H A Dintel_dp_mst.c1699 if (DISPLAY_VER(i915) < 12 && port == PORT_A)
H A Dintel_ddi_buf_trans.c1178 if (port == PORT_A || port == PORT_E)
H A Dintel_dpll_mgr.c3324 port != PORT_A) {

Completed in 317 milliseconds

12