[PATCH v2 4/6] drm/i915/alpm: Add compute config for lobf
Jani Nikula
jani.nikula at intel.com
Mon Apr 15 11:47:56 UTC 2024
On Fri, 12 Apr 2024, Animesh Manna <animesh.manna at intel.com> wrote:
> diff --git a/drivers/gpu/drm/i915/display/intel_alpm.h b/drivers/gpu/drm/i915/display/intel_alpm.h
> index c45d078e5a6b..c341d2c2b7f7 100644
> --- a/drivers/gpu/drm/i915/display/intel_alpm.h
> +++ b/drivers/gpu/drm/i915/display/intel_alpm.h
> @@ -10,9 +10,14 @@
>
> struct intel_dp;
> struct intel_crtc_state;
> +struct drm_connector_state;
>
> +bool intel_dp_get_aux_less_alpm_status(struct intel_dp *intel_dp);
The names here are supposed to be intel_alpm_*. Is the function in the
wrong place or is the name wrong?
BR,
Jani.
> bool intel_alpm_compute_params(struct intel_dp *intel_dp,
> struct intel_crtc_state *crtc_state);
> +void intel_alpm_compute_lobf_config(struct intel_dp *intel_dp,
> + struct intel_crtc_state *crtc_state,
> + struct drm_connector_state *conn_state);
> void intel_alpm_configure(struct intel_dp *intel_dp);
>
> #endif
--
Jani Nikula, Intel
More information about the dri-devel
mailing list