Home
last modified time | relevance | path

Searched refs:tc_legacy_port (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_tc.c58 return (DISPLAY_VER(i915) == 11 && dig_port->tc_legacy_port) || in intel_tc_cold_requires_aux_pw()
228 if (dig_port->tc_legacy_port) in tc_port_fixup_legacy_flag()
242 dig_port->tc_legacy_port = !dig_port->tc_legacy_port; in tc_port_fixup_legacy_flag()
498 !dig_port->tc_legacy_port) { in icl_tc_phy_connect()
505 !drm_WARN_ON(&i915->drm, dig_port->tc_legacy_port)) in icl_tc_phy_connect()
509 if (dig_port->tc_legacy_port) { in icl_tc_phy_connect()
601 mode = dig_port->tc_legacy_port ? TC_PORT_LEGACY : TC_PORT_DP_ALT; in intel_tc_port_get_current_mode()
922 dig_port->tc_legacy_port = is_legacy; in intel_tc_port_init()
Dintel_display_types.h1761 bool tc_legacy_port:1; member