]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/lt_phy: Replace crtc compute clock
authorMika Kahola <mika.kahola@intel.com>
Thu, 12 Mar 2026 08:06:57 +0000 (08:06 +0000)
committerMika Kahola <mika.kahola@intel.com>
Tue, 24 Mar 2026 07:46:03 +0000 (09:46 +0200)
commit968e9fd188488d1a4b6981f39554d4117468b6ee
tree3bc14a4882db85a98414847129dc239f83747c23
parent29b37427cdc6a9cc37b060e9e9eea90965936bb5
drm/i915/lt_phy: Replace crtc compute clock

The existing DPLL compute clock callback for the XE3PLPD platform
(`xe3plpd_crtc_compute_clock`) was specific to that platform. Replace it
with the more generic Haswell (`hsw_crtc_compute_clock`) implementation
so that the compute clock path does not rely on the XE3PLPD hook.

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