Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_tc.c134 if (dig_port->tc_legacy_port) in tc_port_fixup_legacy_flag()
147 dig_port->tc_legacy_port = !dig_port->tc_legacy_port; in tc_port_fixup_legacy_flag()
273 !WARN_ON(dig_port->tc_legacy_port)) in icl_tc_phy_connect()
277 if (dig_port->tc_legacy_port) { in icl_tc_phy_connect()
362 mode = dig_port->tc_legacy_port ? TC_PORT_LEGACY : TC_PORT_DP_ALT; in intel_tc_port_get_current_mode()
382 dig_port->tc_legacy_port ? TC_PORT_LEGACY : in intel_tc_port_get_target_mode()
435 if (dig_port->tc_legacy_port) in intel_tc_port_sanitize()
541 dig_port->tc_legacy_port = is_legacy; in intel_tc_port_init()
Dintel_display_types.h1269 bool tc_legacy_port:1; member