Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_tc.c73 if (INTEL_GEN(i915) == 11 && !dig_port->tc_legacy_port) in tc_cold_block()
104 if (INTEL_GEN(i915) == 11 && !dig_port->tc_legacy_port) in assert_tc_cold_blocked()
221 if (dig_port->tc_legacy_port) in tc_port_fixup_legacy_flag()
235 dig_port->tc_legacy_port = !dig_port->tc_legacy_port; in tc_port_fixup_legacy_flag()
363 !drm_WARN_ON(&i915->drm, dig_port->tc_legacy_port)) in icl_tc_phy_connect()
367 if (dig_port->tc_legacy_port) { in icl_tc_phy_connect()
457 mode = dig_port->tc_legacy_port ? TC_PORT_LEGACY : TC_PORT_DP_ALT; in intel_tc_port_get_current_mode()
477 dig_port->tc_legacy_port ? TC_PORT_LEGACY : in intel_tc_port_get_target_mode()
488 if (INTEL_GEN(i915) != 11 || !dig_port->tc_legacy_port) { in intel_tc_port_reset_mode()
542 if (dig_port->tc_legacy_port) in intel_tc_port_sanitize()
[all …]
Dintel_display_types.h1418 bool tc_legacy_port:1; member
Dintel_display_power.c553 if (INTEL_GEN(dev_priv) == 11 && dig_port->tc_legacy_port) in icl_tc_port_assert_ref_held()
622 if (INTEL_GEN(dev_priv) == 11 && dig_port->tc_legacy_port) { in icl_tc_phy_aux_power_well_enable()