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+ .update_dpll_ref_clks hook

Add .update_dpll_ref_clks function pointer to MTL+
platforms to support dpll framework. Reuse ICL
function pointer.

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-23-mika.kahola@intel.com

+1
+1
drivers/gpu/drm/i915/display/intel_dpll_mgr.c
··· 4450 4450 .get_dplls = mtl_get_dplls, 4451 4451 .put_dplls = icl_put_dplls, 4452 4452 .update_active_dpll = icl_update_active_dpll, 4453 + .update_ref_clks = icl_update_dpll_ref_clks, 4453 4454 }; 4454 4455 4455 4456 /**