From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: kieran.bingham+renesas@ideasonboard.com
Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>,
Linux Media Mailing List <linux-media@vger.kernel.org>,
Mauro Carvalho Chehab <mchehab@infradead.org>,
linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH] media: vsp1_dl: add a description for cmdpool field
Date: Tue, 07 Aug 2018 19:17:08 +0300 [thread overview]
Message-ID: <2872557.73pf0dW4Nv@avalon> (raw)
In-Reply-To: <8f8df6a2-eb66-dfa1-3c52-e85cac81966c@ideasonboard.com>
Hello,
On Tuesday, 7 August 2018 13:36:59 EEST Kieran Bingham wrote:
> On 07/08/18 11:18, Mauro Carvalho Chehab wrote:
> > Gets rid of this build warning:
> > drivers/media/platform/vsp1/vsp1_dl.c:229: warning: Function parameter or
> > member 'cmdpool' not described in 'vsp1_dl_manager'>
> > Fixes: f3b98e3c4d2e ("media: vsp1: Provide support for extended command
> > pools") Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
> > ---
> >
> > drivers/media/platform/vsp1/vsp1_dl.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/media/platform/vsp1/vsp1_dl.c
> > b/drivers/media/platform/vsp1/vsp1_dl.c index 9255b5ee2cb8..af60d95ec4f8
> > 100644
> > --- a/drivers/media/platform/vsp1/vsp1_dl.c
> > +++ b/drivers/media/platform/vsp1/vsp1_dl.c
> > @@ -211,6 +211,7 @@ struct vsp1_dl_list {
> > * @queued: list queued to the hardware (written to the DL registers)
> > * @pending: list waiting to be queued to the hardware
> > * @pool: body pool for the display list bodies
> > + * @cmdpool: Display List commands pool
>
> Unfortunately this isn't quite right...
>
> > * @autofld_cmds: command pool to support auto-fld interlaced mode
>
> This ^ was the original documentation line, but it got missed in a
> rename. Sorry about that.
>
> The pool is now more 'generic' so the line probably should mention the
> auto-fld directly, so your line is worded appropriately enough, We
> probably just# need to remove the autofld_cmds line.
And I also wouldn't capitalize display list:
* @cmdpool: display list commands pool
or possibly a bit more descriptive:
* @cmdpool: commands pool for extended display list
Kieran, which version do you like best ?
>
> With that line removed:
>
> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
>
> --
> Kieran
>
> > */
> >
> > struct vsp1_dl_manager {
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2018-08-07 18:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-07 10:18 [PATCH] media: vsp1_dl: add a description for cmdpool field Mauro Carvalho Chehab
2018-08-07 10:36 ` Kieran Bingham
2018-08-07 16:10 ` Kieran Bingham
2018-08-07 16:17 ` Laurent Pinchart [this message]
2018-08-07 16:19 ` Kieran Bingham
2018-08-07 16:26 ` Laurent Pinchart
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2872557.73pf0dW4Nv@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=kieran.bingham+renesas@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=mchehab+samsung@kernel.org \
--cc=mchehab@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox