Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_device.c1037 BIT(PORT_TC1) | BIT(PORT_TC2) | BIT(PORT_TC3) | BIT(PORT_TC4) | BIT(PORT_TC5) | BIT(PORT_TC6),
1054 BIT(PORT_TC1) | BIT(PORT_TC2),
1077 BIT(PORT_TC1) | BIT(PORT_TC2),
1116 BIT(PORT_TC1) | BIT(PORT_TC2) | BIT(PORT_TC3) | BIT(PORT_TC4),
1174 BIT(PORT_TC1) | BIT(PORT_TC2) | BIT(PORT_TC3) | BIT(PORT_TC4),
1239 BIT(PORT_TC1),
1342 BIT(PORT_TC1) | BIT(PORT_TC2) | BIT(PORT_TC3) | BIT(PORT_TC4)
1367 BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_TC1) | BIT(PORT_TC2),
1373 BIT(PORT_TC1) | BIT(PORT_TC2) | BIT(PORT_TC3) | BIT(PORT_TC4),
H A Dintel_display_limits.h106 PORT_TC1 = PORT_D, enumerator
H A Dintel_display.c1857 else if (DISPLAY_VER(display) >= 13 && port >= PORT_TC1) in intel_port_to_phy()
1858 return PHY_F + port - PORT_TC1; in intel_port_to_phy()
1859 else if (display->platform.alderlake_s && port >= PORT_TC1) in intel_port_to_phy()
1860 return PHY_B + port - PORT_TC1; in intel_port_to_phy()
1861 else if ((display->platform.dg1 || display->platform.rocketlake) && port >= PORT_TC1) in intel_port_to_phy()
1862 return PHY_C + port - PORT_TC1; in intel_port_to_phy()
1879 return TC_PORT_1 + port - PORT_TC1; in intel_port_to_tc()
H A Dintel_bios.c2362 [PORT_TC1] = { DVO_PORT_HDMIC, DVO_PORT_DPC, -1 }, in dvo_port_to_port()
2373 [PORT_TC1] = { DVO_PORT_HDMIB, DVO_PORT_DPB, -1 }, in dvo_port_to_port()
2384 [PORT_TC1] = { DVO_PORT_HDMIF, DVO_PORT_DPF, -1 }, in dvo_port_to_port()