Home
last modified time | relevance | path

Searched refs:DP_PHY_LTTPR (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_dp_link_training.c160 intel_dp_read_lttpr_phy_caps(intel_dp, dpcd, DP_PHY_LTTPR(i)); in intel_dp_init_lttpr()
263 return lttpr_count <= 0 || dp_phy == DP_PHY_LTTPR(lttpr_count - 1); in intel_dp_phy_is_downstream_of_source()
1109 enum drm_dp_phy dp_phy = DP_PHY_LTTPR(i); in intel_dp_link_train_all_phys()
/linux-6.6.21/include/drm/display/
Ddrm_dp.h1385 #define DP_PHY_LTTPR(i) (DP_PHY_LTTPR1 + (i)) macro