]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/i915/lt_phy: Add xe3plpd .crtc_get_dpll
authorMika Kahola <mika.kahola@intel.com>
Thu, 12 Mar 2026 08:06:48 +0000 (08:06 +0000)
committerMika Kahola <mika.kahola@intel.com>
Tue, 24 Mar 2026 07:45:56 +0000 (09:45 +0200)
Add .crtc_get_dpll function pointer to support xe3plpd
platform.

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

index 147baa7778560fd4714ba5bc0cb734e102795f31..e13a5e12109dd12b888eb292552d0def458091e3 100644 (file)
@@ -1696,6 +1696,7 @@ static int i8xx_crtc_compute_clock(struct intel_atomic_state *state,
 
 static const struct intel_dpll_global_funcs xe3plpd_dpll_funcs = {
        .crtc_compute_clock = xe3plpd_crtc_compute_clock,
+       .crtc_get_dpll = hsw_crtc_get_dpll,
 };
 
 static const struct intel_dpll_global_funcs mtl_dpll_funcs = {