Searched refs:drm_dp_lttpr_max_lane_count (Results 1 – 3 of 3) sorted by relevance
564 int drm_dp_lttpr_max_lane_count(const u8 caps[DP_LTTPR_COMMON_CAP_SIZE]);
2619 int drm_dp_lttpr_max_lane_count(const u8 caps[DP_LTTPR_COMMON_CAP_SIZE]) in drm_dp_lttpr_max_lane_count() function2625 EXPORT_SYMBOL(drm_dp_lttpr_max_lane_count);
310 int lttpr_max = drm_dp_lttpr_max_lane_count(intel_dp->lttpr_common_caps); in intel_dp_max_common_lane_count()