Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/include/drm/display/
Ddrm_dp.h1355 DP_PHY_LTTPR1, enumerator
1367 #define DP_PHY_LTTPR(i) (DP_PHY_LTTPR1 + (i))
1373 ((dp_phy) - DP_PHY_LTTPR1))
1376 (DP_LTTPR_BASE(dp_phy) - DP_LTTPR_BASE(DP_PHY_LTTPR1) + (lttpr1_reg))
1420 ((dp_phy) - DP_PHY_LTTPR1)))
1423 (DP_FEC_BASE(dp_phy) - DP_FEC_BASE(DP_PHY_LTTPR1) + fec1_reg)
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_dp_link_training.c43 return intel_dp->lttpr_phy_caps[dp_phy - DP_PHY_LTTPR1]; in intel_dp_lttpr_phy_caps()
/Linux-v6.1/drivers/gpu/drm/display/
Ddrm_dp_helper.c420 [DP_PHY_LTTPR1] = "LTTPR 1", in drm_dp_phy_name()