Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_dpcd.c80 { 0, DP_TRAINING_PATTERN_SET_PHY_REPEATER(DP_PHY_LTTPR1) - 1},
81 …{ DP_TRAINING_PATTERN_SET_PHY_REPEATER(DP_PHY_LTTPR1), DP_TRAINING_PATTERN_SET_PHY_REPEATER(DP_PHY…
88 …{ DP_TRAINING_PATTERN_SET_PHY_REPEATER(DP_PHY_LTTPR8), DP_FEC_STATUS_PHY_REPEATER(DP_PHY_LTTPR1) -…
92 { DP_FEC_STATUS_PHY_REPEATER(DP_PHY_LTTPR1), DP_FEC_STATUS_PHY_REPEATER(DP_PHY_LTTPR1) - 1 },
/linux-6.6.21/include/drm/display/
Ddrm_dp.h1373 DP_PHY_LTTPR1, enumerator
1385 #define DP_PHY_LTTPR(i) (DP_PHY_LTTPR1 + (i))
1391 ((dp_phy) - DP_PHY_LTTPR1))
1394 (DP_LTTPR_BASE(dp_phy) - DP_LTTPR_BASE(DP_PHY_LTTPR1) + (lttpr1_reg))
1438 ((dp_phy) - DP_PHY_LTTPR1)))
1441 (DP_FEC_BASE(dp_phy) - DP_FEC_BASE(DP_PHY_LTTPR1) + fec1_reg)
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_dp_link_training.c64 return intel_dp->lttpr_phy_caps[dp_phy - DP_PHY_LTTPR1]; in intel_dp_lttpr_phy_caps()
/linux-6.6.21/drivers/gpu/drm/display/
Ddrm_dp_helper.c420 [DP_PHY_LTTPR1] = "LTTPR 1", in drm_dp_phy_name()