PORT_D_XELPD
[PORT_D_XELPD] = { DVO_PORT_HDMID, DVO_PORT_DPD, -1 },
if (port >= PORT_D_XELPD)
return HPD_PORT_D + port - PORT_D_XELPD;
if (DISPLAY_VER(display) >= 13 && port >= PORT_D_XELPD) {
port_name(port - PORT_D_XELPD + PORT_D),
if (DISPLAY_VER(display) >= 13 && port >= PORT_D_XELPD)
return PHY_D + port - PORT_D_XELPD;
.__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D_XELPD) |
.port_start = PORT_D_XELPD,