]> www.infradead.org Git - nvme.git/commit
drm/i915/dp: Don't WARN on failed link-retrain modeset
authorImre Deak <imre.deak@intel.com>
Fri, 12 Jul 2024 13:57:24 +0000 (16:57 +0300)
committerImre Deak <imre.deak@intel.com>
Mon, 22 Jul 2024 07:42:12 +0000 (10:42 +0300)
commitf6f22012e6c73867b959524604984ee5ebfd105f
treec73f11eb54f4cc3e9022358a52f3b229fbc7f508
parentec92c47d7d098e85eae7fb25c6bc07158686e675
drm/i915/dp: Don't WARN on failed link-retrain modeset

After a bad link state is detected, the sink capabilities with which the
link was originally trained could have changed: for instance another
sink got connected or the retraining was forced after the rate/lane count
got decreased (as a fallback). In these cases the retraining modeset
fails as expected also printing a debug message, so don't WARN on it.

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240712135724.660399-3-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp.c