Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/i915/lt_phy: Add xe3plpd .crtc_get_dpll

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

+1
+1
drivers/gpu/drm/i915/display/intel_dpll.c
··· 1696 1696 1697 1697 static const struct intel_dpll_global_funcs xe3plpd_dpll_funcs = { 1698 1698 .crtc_compute_clock = xe3plpd_crtc_compute_clock, 1699 + .crtc_get_dpll = hsw_crtc_get_dpll, 1699 1700 }; 1700 1701 1701 1702 static const struct intel_dpll_global_funcs mtl_dpll_funcs = {