Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_dpcd.c77 { 0, DP_TRAINING_PATTERN_SET_PHY_REPEATER(DP_PHY_LTTPR1) - 1},
78 …{ DP_TRAINING_PATTERN_SET_PHY_REPEATER(DP_PHY_LTTPR1), DP_TRAINING_PATTERN_SET_PHY_REPEATER(DP_PHY…
85 …{ DP_TRAINING_PATTERN_SET_PHY_REPEATER(DP_PHY_LTTPR8), DP_FEC_STATUS_PHY_REPEATER(DP_PHY_LTTPR1) -…
89 { DP_FEC_STATUS_PHY_REPEATER(DP_PHY_LTTPR1), DP_FEC_STATUS_PHY_REPEATER(DP_PHY_LTTPR1) - 1 },
/Linux-v5.15/include/drm/
Ddrm_dp_helper.h1326 DP_PHY_LTTPR1, enumerator
1338 #define DP_PHY_LTTPR(i) (DP_PHY_LTTPR1 + (i))
1344 ((dp_phy) - DP_PHY_LTTPR1))
1347 (DP_LTTPR_BASE(dp_phy) - DP_LTTPR_BASE(DP_PHY_LTTPR1) + (lttpr1_reg))
1386 ((dp_phy) - DP_PHY_LTTPR1)))
1389 (DP_FEC_BASE(dp_phy) - DP_FEC_BASE(DP_PHY_LTTPR1) + fec1_reg)
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_dp_link_training.c55 snprintf(buf, buf_size, "LTTPR %d", dp_phy - DP_PHY_LTTPR1 + 1); in intel_dp_phy_name()
63 return intel_dp->lttpr_phy_caps[dp_phy - DP_PHY_LTTPR1]; in intel_dp_lttpr_phy_caps()