mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
drm/i915/cx0: Add MTL+ .put_dplls hook
Add .put_dplls function pointer to support MTL+ platforms on 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-21-mika.kahola@intel.com
This commit is contained in:
parent
ca1eda5cd4
commit
051964d94a
|
|
@ -4448,6 +4448,7 @@ static const struct intel_dpll_mgr mtl_pll_mgr = {
|
|||
.dpll_info = mtl_plls,
|
||||
.compute_dplls = mtl_compute_dplls,
|
||||
.get_dplls = mtl_get_dplls,
|
||||
.put_dplls = icl_put_dplls,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user