Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_display_limits.h97 PORT_D_XELPD = PORT_TC5, enumerator
H A Dintel_display_device.c709 .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D_XELPD) |
H A Dintel_ddi.c4556 if (port >= PORT_D_XELPD) in xelpd_hpd_pin()
4557 return HPD_PORT_D + port - PORT_D_XELPD; in xelpd_hpd_pin()
4804 if (DISPLAY_VER(dev_priv) >= 13 && port >= PORT_D_XELPD) { in intel_ddi_init()
4808 port_name(port - PORT_D_XELPD + PORT_D), in intel_ddi_init()
H A Dintel_display_power.c2437 .port_start = PORT_D_XELPD,
H A Dintel_bios.c2351 [PORT_D_XELPD] = { DVO_PORT_HDMID, DVO_PORT_DPD, -1 }, in dvo_port_to_port()
H A Dintel_display.c1796 if (DISPLAY_VER(i915) >= 13 && port >= PORT_D_XELPD) in intel_port_to_phy()
1797 return PHY_D + port - PORT_D_XELPD; in intel_port_to_phy()