]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/lt_phy: Drop LT PHY crtc_state for port calculation
authorMika Kahola <mika.kahola@intel.com>
Mon, 19 Jan 2026 09:37:45 +0000 (09:37 +0000)
committerMika Kahola <mika.kahola@intel.com>
Tue, 20 Jan 2026 08:52:50 +0000 (10:52 +0200)
commita35ab9c32f19a9435d3526fb6b025343c1dc7400
treec99767cd881c7a4259dae7c46b50dc54b36e5f46
parent2db8d9c26760f1c64137c4ebca76b61fc0e14548
drm/i915/lt_phy: Drop LT PHY crtc_state for port calculation

Drop crtc_state from intel_lt_phy_calc_port_clock() function call
and replace it with pll state instead. Follow-up changes will
call these functions without a crtc_state available.

Signed-off-by: Mika Kahola <mika.kahola@intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Link: https://patch.msgid.link/20260119093757.2850233-5-mika.kahola@intel.com
drivers/gpu/drm/i915/display/intel_ddi.c
drivers/gpu/drm/i915/display/intel_dpll.c
drivers/gpu/drm/i915/display/intel_lt_phy.c
drivers/gpu/drm/i915/display/intel_lt_phy.h