> Subject: [CI 22/32] drm/i915/display: Add .update_dpll_ref_clks
> 
> Add .update_dpll_ref_clks function pointer to MTL+ platforms to support dpll
> framework. Reusing ICL function pointer.

Keep this imperative
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 3b62943e2748..01e649d66f08 100644
> --- a/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
> +++ b/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
> @@ -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,
>  };
> 
>  /**
> --
> 2.34.1

Reply via email to