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
This commit is contained in:
Mika Kahola 2025-11-17 12:45:52 +02:00
parent 4fcefdf990
commit dc3fdd4ade

View File

@ -4450,6 +4450,7 @@ static const struct intel_dpll_mgr mtl_pll_mgr = {
.get_dplls = mtl_get_dplls,
.put_dplls = icl_put_dplls,
.update_active_dpll = icl_update_active_dpll,
.update_ref_clks = icl_update_dpll_ref_clks,
};
/**