> Subject: [CI 20/32] drm/i915/display: MTL+ .put_dplls > > Add .put_dplls function pointer to support MTL+ platforms on dpll framework. > Reusing ICL function pointer.
Keep commit message imperative *Reuse ICL function pointer With that fixed Reviewed-by: Suraj Kandpal <[email protected]> > > 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 c6af2816594d..cd612acad6e4 100644 > --- a/drivers/gpu/drm/i915/display/intel_dpll_mgr.c > +++ b/drivers/gpu/drm/i915/display/intel_dpll_mgr.c > @@ -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, > }; > > /** > -- > 2.34.1
