vbt_max_rate      335 drivers/gpu/drm/i915/display/intel_dp.c 	int size, max_rate = 0, vbt_max_rate = info->dp_max_link_rate;
vbt_max_rate      362 drivers/gpu/drm/i915/display/intel_dp.c 	if (max_rate && vbt_max_rate)
vbt_max_rate      363 drivers/gpu/drm/i915/display/intel_dp.c 		max_rate = min(max_rate, vbt_max_rate);
vbt_max_rate      364 drivers/gpu/drm/i915/display/intel_dp.c 	else if (vbt_max_rate)
vbt_max_rate      365 drivers/gpu/drm/i915/display/intel_dp.c 		max_rate = vbt_max_rate;