> Subject: [PATCH 05/19] drm/i915/lt_phy: Add xe3plpd .get_dplls hook
> 
> Add .get_dplls function pointer for xe3plpd platforms to support dpll
> framework. Reuse the ICL function pointer.
> 
> Signed-off-by: Mika Kahola <[email protected]>

LGTM,
Reviewed-by: Suraj Kandpal <[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 58c24e2164ca..9aa8eb0a7d4a 100644
> --- a/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
> +++ b/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
> @@ -4653,6 +4653,7 @@ __maybe_unused
>  static const struct intel_dpll_mgr xe3plpd_pll_mgr = {
>       .dpll_info = xe3plpd_plls,
>       .compute_dplls = xe3plpd_compute_dplls,
> +     .get_dplls = mtl_get_dplls,
>  };
> 
>  /**
> --
> 2.43.0

Reply via email to