> Subject: [PATCH 13/19] drm/i915/lt_phy: Add xe3plpd .crtc_get_dpll
> 
> Add .crtc_get_dpll function pointer to support xe3plpd platform.
> 
> Signed-off-by: Mika Kahola <[email protected]>'

LGTM,
Reviewed-by: Suraj Kandpal <[email protected]>

> ---
>  drivers/gpu/drm/i915/display/intel_dpll.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_dpll.c
> b/drivers/gpu/drm/i915/display/intel_dpll.c
> index 88f11cb8c5e1..abc85ee9b832 100644
> --- a/drivers/gpu/drm/i915/display/intel_dpll.c
> +++ b/drivers/gpu/drm/i915/display/intel_dpll.c
> @@ -1691,6 +1691,7 @@ static int i8xx_crtc_compute_clock(struct
> intel_atomic_state *state,
> 
>  static const struct intel_dpll_global_funcs xe3plpd_dpll_funcs = {
>       .crtc_compute_clock = xe3plpd_crtc_compute_clock,
> +     .crtc_get_dpll = hsw_crtc_get_dpll,
>  };
> 
>  static const struct intel_dpll_global_funcs mtl_dpll_funcs = {
> --
> 2.43.0

Reply via email to