drm/i915/display: Skip state verification with TBT-ALT mode
authorMika Kahola <mika.kahola@intel.com>
Wed, 29 Nov 2023 12:22:21 +0000 (14:22 +0200)
committerMika Kahola <mika.kahola@intel.com>
Fri, 1 Dec 2023 10:21:46 +0000 (12:21 +0200)
commit561322c3bc14bb59f26120a9135eabc140284f86
tree3e0a949256dc4a71691653da2247b1e26d588bc8
parent9f82f1655fdbaf598a0106f7268ff99a606be434
drm/i915/display: Skip state verification with TBT-ALT mode

With TBT-ALT mode we are not programming C20 chip PLL's and
hence we don't need to check state verification. We don't
need to program DP link signal levels i.e.pre-emphasis and
voltage swing either.

This patch fixes dmesg errors like this one

"[drm] ERROR PHY F Write 0c06 failed after 3 retries."

Signed-off-by: Mika Kahola <mika.kahola@intel.com>
Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231129122221.1109084-1-mika.kahola@intel.com
drivers/gpu/drm/i915/display/intel_cx0_phy.c