Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
A 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/include/drm/
A Ddrm_dp_helper.h1350 DP_PHY_LTTPR1, enumerator
1362 #define DP_PHY_LTTPR(i) (DP_PHY_LTTPR1 + (i))
1368 ((dp_phy) - DP_PHY_LTTPR1))
1371 (DP_LTTPR_BASE(dp_phy) - DP_LTTPR_BASE(DP_PHY_LTTPR1) + (lttpr1_reg))
1410 ((dp_phy) - DP_PHY_LTTPR1)))
1413 (DP_FEC_BASE(dp_phy) - DP_FEC_BASE(DP_PHY_LTTPR1) + fec1_reg)
/linux/drivers/gpu/drm/i915/display/
A Dintel_dp_link_training.c46 snprintf(buf, buf_size, "LTTPR %d", dp_phy - DP_PHY_LTTPR1 + 1); in intel_dp_phy_name()
54 return intel_dp->lttpr_phy_caps[dp_phy - DP_PHY_LTTPR1]; in intel_dp_lttpr_phy_caps()

Completed in 18 milliseconds