For MTL+ platforms, add .update_active_dpll function pointer
to support dpll framework. Reusing ICL function pointer.

Signed-off-by: Mika Kahola <[email protected]>
---
 drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/display/intel_dpll_mgr.c 
b/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
index af318a23f1f1..8970c2fad5a5 100644
--- a/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
+++ b/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
@@ -4432,6 +4432,7 @@ static const struct intel_dpll_mgr mtl_pll_mgr = {
        .compute_dplls = mtl_compute_dplls,
        .get_dplls = icl_get_dplls,
        .put_dplls = icl_put_dplls,
+       .update_active_dpll = icl_update_active_dpll,
 };
 
 /**
-- 
2.34.1

Reply via email to