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/cx0: Add MTL+ .crtc_get_dpll hook

Add .crtc_get_dpll function pointer to support MTL+
platforms.

Signed-off-by: Mika Kahola <mika.kahola@intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Link: https://lore.kernel.org/r/20251117104602.2363671-28-mika.kahola@intel.com

+1
+1
drivers/gpu/drm/i915/display/intel_dpll.c
··· 1720 1720 1721 1721 static const struct intel_dpll_global_funcs mtl_dpll_funcs = { 1722 1722 .crtc_compute_clock = mtl_crtc_compute_clock, 1723 + .crtc_get_dpll = hsw_crtc_get_dpll, 1723 1724 }; 1724 1725 1725 1726 static const struct intel_dpll_global_funcs dg2_dpll_funcs = {