Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_display.h224 PORT_D_XELPD = PORT_TC5, enumerator
Dintel_ddi.c4118 if (port >= PORT_D_XELPD) in xelpd_hpd_pin()
4119 return HPD_PORT_D + port - PORT_D_XELPD; in xelpd_hpd_pin()
4294 if (DISPLAY_VER(dev_priv) >= 13 && port >= PORT_D_XELPD) { in intel_ddi_init()
4298 port_name(port - PORT_D_XELPD + PORT_D), in intel_ddi_init()
Dintel_display_power.c2385 .port_start = PORT_D_XELPD,
Dintel_display.c2138 if (DISPLAY_VER(i915) >= 13 && port >= PORT_D_XELPD) in intel_port_to_phy()
2139 return PHY_D + port - PORT_D_XELPD; in intel_port_to_phy()
7910 intel_ddi_init(dev_priv, PORT_D_XELPD); in intel_setup_outputs()
Dintel_bios.c2439 [PORT_D_XELPD] = { DVO_PORT_HDMID, DVO_PORT_DPD, -1 }, in dvo_port_to_port()