DP_EDP_14
if (link->dpcd_caps.dpcd_rev.raw >= DP_EDP_14)
if (link->dpcd_caps.dpcd_rev.raw >= DP_EDP_14)
if (dpcd_caps->edp_rev >= DP_EDP_14) {
if (edp_dpcd_rev < DP_EDP_14)
if (intel_dp->edp_dpcd[0] < DP_EDP_14)
if (intel_dp->edp_dpcd[0] >= DP_EDP_14) {
intel_dp->use_max_params = intel_dp->edp_dpcd[0] < DP_EDP_14;