Re: [REPOST PATCH v4 09/13] drm/msm: Add missing structure documentation

From: Marijn Suijten
Date: Thu Feb 17 2022 - 17:34:41 EST


Replace "missing structure" with "missing num_dspp field" in the title?

On 2022-02-10 16:04:19, Vinod Koul wrote:
> Somehow documentation for dspp was missed, so add that
>
> Signed-off-by: Vinod Koul <vkoul@xxxxxxxxxx>
> ---
> drivers/gpu/drm/msm/msm_drv.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/msm/msm_drv.h b/drivers/gpu/drm/msm/msm_drv.h
> index e7a312edfe67..6425a42e997c 100644
> --- a/drivers/gpu/drm/msm/msm_drv.h
> +++ b/drivers/gpu/drm/msm/msm_drv.h
> @@ -102,6 +102,7 @@ enum msm_event_wait {
> * @num_lm: number of layer mixers used
> * @num_enc: number of compression encoder blocks used
> * @num_intf: number of interfaces the panel is mounted on
> + * @num_dspp: number of dspp blocks used
> */
> struct msm_display_topology {
> u32 num_lm;
> --
> 2.31.1
>