]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/cx0: Drop Cx0 crtc_state from HDMI TMDS pll divider calculation
authorMika Kahola <mika.kahola@intel.com>
Mon, 19 Jan 2026 09:37:44 +0000 (09:37 +0000)
committerMika Kahola <mika.kahola@intel.com>
Tue, 20 Jan 2026 08:52:49 +0000 (10:52 +0200)
commit2db8d9c26760f1c64137c4ebca76b61fc0e14548
tree69cf4efac03ed33d026de07fc8fa8c1b7f99e52f
parentc26ed2ec4d10d1fee7ef8f9987663765ee737487
drm/i915/cx0: Drop Cx0 crtc_state from HDMI TMDS pll divider calculation

Drop crtc_state from HDMI TMDS calculation and replace with the
parameters that are only required. Follow-up changes will call
these functions without a crtc_state available.

v2: Keep required crtc_state param for intel_c20_pll_tables_get()
    and other functions calling this one.

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