From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 84EEEC433EF for ; Thu, 17 Feb 2022 22:34:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343879AbiBQWex (ORCPT ); Thu, 17 Feb 2022 17:34:53 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:49508 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343877AbiBQWex (ORCPT ); Thu, 17 Feb 2022 17:34:53 -0500 Received: from relay06.th.seeweb.it (relay06.th.seeweb.it [5.144.164.167]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C1DD51688D7 for ; Thu, 17 Feb 2022 14:34:37 -0800 (PST) Received: from SoMainline.org (94-209-165-62.cable.dynamic.v4.ziggo.nl [94.209.165.62]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by m-r2.th.seeweb.it (Postfix) with ESMTPSA id B69B73F810; Thu, 17 Feb 2022 23:34:35 +0100 (CET) Date: Thu, 17 Feb 2022 23:34:34 +0100 From: Marijn Suijten To: Vinod Koul Cc: Rob Clark , linux-arm-msm@vger.kernel.org, Bjorn Andersson , David Airlie , Daniel Vetter , Jonathan Marek , Dmitry Baryshkov , Abhinav Kumar , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org Subject: Re: [REPOST PATCH v4 09/13] drm/msm: Add missing structure documentation Message-ID: <20220217223434.ojcjgyhebyqt5npj@SoMainline.org> References: <20220210103423.271016-1-vkoul@kernel.org> <20220210103423.271016-10-vkoul@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220210103423.271016-10-vkoul@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org 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 > --- > 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 > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B56DFC433F5 for ; Thu, 17 Feb 2022 22:34:39 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F22D310E891; Thu, 17 Feb 2022 22:34:38 +0000 (UTC) Received: from m-r2.th.seeweb.it (m-r2.th.seeweb.it [5.144.164.171]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9EC4A10E88B for ; Thu, 17 Feb 2022 22:34:37 +0000 (UTC) Received: from SoMainline.org (94-209-165-62.cable.dynamic.v4.ziggo.nl [94.209.165.62]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by m-r2.th.seeweb.it (Postfix) with ESMTPSA id B69B73F810; Thu, 17 Feb 2022 23:34:35 +0100 (CET) Date: Thu, 17 Feb 2022 23:34:34 +0100 From: Marijn Suijten To: Vinod Koul Subject: Re: [REPOST PATCH v4 09/13] drm/msm: Add missing structure documentation Message-ID: <20220217223434.ojcjgyhebyqt5npj@SoMainline.org> References: <20220210103423.271016-1-vkoul@kernel.org> <20220210103423.271016-10-vkoul@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220210103423.271016-10-vkoul@kernel.org> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jonathan Marek , David Airlie , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Abhinav Kumar , Bjorn Andersson , dri-devel@lists.freedesktop.org, Dmitry Baryshkov , freedreno@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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 > --- > 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 >