drm/i915/dp: Simplify intel_dp_max_data_rate()
authorImre Deak <imre.deak@intel.com>
Thu, 16 Nov 2023 13:18:40 +0000 (15:18 +0200)
committerImre Deak <imre.deak@intel.com>
Tue, 21 Nov 2023 14:32:44 +0000 (16:32 +0200)
commitb9de01d85a62ddc4fce8f28eeba64b5682431158
treed377277f6f9d0c1b27bd8943ed13718ac32f0372
parent5ee4badb4b195bd871ba6d5a2d43aac03587230a
drm/i915/dp: Simplify intel_dp_max_data_rate()

Simplify intel_dp_max_data_rate() using
drm_dp_bw_channel_coding_efficiency() to calculate the max data rate for
both DP1.4 and UHBR link rates. This trades a redundant multiply/divide
for readability.

Cc: Jani Nikula <jani.nikula@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231116131841.1588781-11-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp.c