From: Vinod Koul Date: Wed, 6 Apr 2022 09:40:26 +0000 (+0530) Subject: drm/msm: Add missing num_dspp field documentation X-Git-Tag: v5.19-rc1~153^2~6^2~87 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d6fe0b7e657a51cfd8a681822362fbb990738fc;p=thirdparty%2Fkernel%2Flinux.git drm/msm: Add missing num_dspp field documentation Somehow documentation for num_dspp was missed, so add that Reviewed-by: Dmitry Baryshkov Reviewed-by: Abhinav Kumar Signed-off-by: Vinod Koul Patchwork: https://patchwork.freedesktop.org/patch/480924/ Link: https://lore.kernel.org/r/20220406094031.1027376-10-vkoul@kernel.org Signed-off-by: Dmitry Baryshkov --- diff --git a/drivers/gpu/drm/msm/msm_drv.h b/drivers/gpu/drm/msm/msm_drv.h index 58688623c5e4d..3db3f1e063069 100644 --- a/drivers/gpu/drm/msm/msm_drv.h +++ b/drivers/gpu/drm/msm/msm_drv.h @@ -92,6 +92,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;