Commit 58bb6116 authored by Suraj Kandpal's avatar Suraj Kandpal
Browse files

drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare



TBT PHY is enablement/disablement is handled by its own TBT module.
We do not play a big part in it's state management, that being take care
by it's own TBT modeule.
The PHY/PLL TypeC mode (TBT, DP-alt) can change after the PLL state was
computed for a modeset, so the state verification after the modeset
sequence would indicate a mismatch in case the mode changed from DP-alt
to TBT, or from TBT to DP-alt mode. To avoid such a mismatch error the
verification is skipped if the mode for either the read-out or the
computed state is TBT (where that TBT PLL state doesn't reflect anyway
the PLL's actual HW state).
Simply return true when we are in tbt mode.

Signed-off-by: default avatarSuraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: default avatarImre Deak <imre.deak@intel.com>
Link: https://patch.msgid.link/20260204023247.1560196-1-suraj.kandpal@intel.com
parent 05cffc07
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2158,6 +2158,9 @@ bool
intel_lt_phy_pll_compare_hw_state(const struct intel_lt_phy_pll_state *a,
				  const struct intel_lt_phy_pll_state *b)
{
	if (a->tbt_mode || b->tbt_mode)
		return true;

	/*
	 * With LT PHY values other than VDR0_CONFIG and VDR2_CONFIG are
	 * unreliable. They cannot always be read back since internally