Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
Dintel_display.h221 PORT_D_XELPD = PORT_TC5, enumerator
Dintel_ddi.c4336 if (port >= PORT_D_XELPD) in xelpd_hpd_pin()
4337 return HPD_PORT_D + port - PORT_D_XELPD; in xelpd_hpd_pin()
4505 if (DISPLAY_VER(dev_priv) >= 13 && port >= PORT_D_XELPD) { in intel_ddi_init()
4509 port_name(port - PORT_D_XELPD + PORT_D), in intel_ddi_init()
Dintel_bios.c1793 [PORT_D_XELPD] = { DVO_PORT_HDMID, DVO_PORT_DPD, -1 }, in dvo_port_to_port()
Dintel_display.c3588 if (DISPLAY_VER(i915) >= 13 && port >= PORT_D_XELPD) in intel_port_to_phy()
3589 return PHY_D + port - PORT_D_XELPD; in intel_port_to_phy()
11269 intel_ddi_init(dev_priv, PORT_D_XELPD); in intel_setup_outputs()