drm/i915/dp: Specify the FEC overhead as an increment vs. a remainder
authorImre Deak <imre.deak@intel.com>
Tue, 24 Oct 2023 01:09:06 +0000 (04:09 +0300)
committerImre Deak <imre.deak@intel.com>
Wed, 8 Nov 2023 15:22:11 +0000 (17:22 +0200)
commit3e306daab76ac32b3496583e1db43baabe8a062e
tree4a57fc1757fb653fffc338b5c78bdcc6343c572a
parentd91680efcaaba6cc2e7cd83e4aa5e1d0f1c6f684
drm/i915/dp: Specify the FEC overhead as an increment vs. a remainder

A follow-up patch will add up all the overheads on a DP link, where it
makes more sense to specify each overhead factor in terms of the added
overhead amount vs. the reciprocal remainder (of usable BW remaining
after deducting the overhead). Prepare for that here, keeping the
existing behavior.

Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231030155843.2251023-12-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp.c