From 27d911f87f96cd55461acf2468527f98eefce3ed Mon Sep 17 00:00:00 2001 From: Mika Kahola Date: Thu, 12 Mar 2026 08:06:48 +0000 Subject: [PATCH] drm/i915/lt_phy: Add xe3plpd .crtc_get_dpll Add .crtc_get_dpll function pointer to support xe3plpd platform. Signed-off-by: Mika Kahola Reviewed-by: Suraj Kandpal Link: https://patch.msgid.link/20260312080657.2648265-16-mika.kahola@intel.com --- drivers/gpu/drm/i915/display/intel_dpll.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/i915/display/intel_dpll.c b/drivers/gpu/drm/i915/display/intel_dpll.c index 147baa7778560..e13a5e12109dd 100644 --- a/drivers/gpu/drm/i915/display/intel_dpll.c +++ b/drivers/gpu/drm/i915/display/intel_dpll.c @@ -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 = { -- 2.47.3