intel_dp_max_common_lane_count
intel_dp->link.max_lane_count = intel_dp_max_common_lane_count(intel_dp);
return clamp(intel_dp->link.force_lane_count, 1, intel_dp_max_common_lane_count(intel_dp));
if (drm_WARN_ON(display->drm, !is_power_of_2(intel_dp_max_common_lane_count(intel_dp))))
num_common_lane_configs = ilog2(intel_dp_max_common_lane_count(intel_dp)) + 1;
int intel_dp_max_common_lane_count(struct intel_dp *intel_dp);
int lane_count = intel_dp_max_common_lane_count(intel_dp);