drm/i915/dp: Limit SST link rate to <=8.1Gbps
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 8 Feb 2024 15:45:52 +0000 (17:45 +0200)
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Mon, 12 Feb 2024 09:39:19 +0000 (11:39 +0200)
commitad26d56d080780bbfcc1696ca0c0cce3e2124ef6
tree4dd7b1dccea1235a4371929610eed9c70074b81d
parent962ac2dce56bb3aad1f82a4bbe3ada57a020287c
drm/i915/dp: Limit SST link rate to <=8.1Gbps

Limit the link rate to HBR3 or below (<=8.1Gbps) in SST mode.
UHBR (10Gbps+) link rates require 128b/132b channel encoding
which we have not yet hooked up into the SST/no-sideband codepaths.

Cc: stable@vger.kernel.org
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240208154552.14545-1-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
(cherry picked from commit 6061811d72e14f41f71b6a025510920b187bfcca)
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
drivers/gpu/drm/i915/display/intel_dp.c