Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_display_limits.h97 PORT_D_XELPD = PORT_TC5, enumerator
Dintel_display_device.c709 .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D_XELPD) |
Dintel_ddi.c4551 if (port >= PORT_D_XELPD) in xelpd_hpd_pin()
4552 return HPD_PORT_D + port - PORT_D_XELPD; in xelpd_hpd_pin()
4799 if (DISPLAY_VER(dev_priv) >= 13 && port >= PORT_D_XELPD) { in intel_ddi_init()
4803 port_name(port - PORT_D_XELPD + PORT_D), in intel_ddi_init()
Dintel_display_power.c2433 .port_start = PORT_D_XELPD,
Dintel_bios.c2331 [PORT_D_XELPD] = { DVO_PORT_HDMID, DVO_PORT_DPD, -1 }, in dvo_port_to_port()
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()