From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
dri-devel@lists.freedesktop.org
Cc: linux-sh@vger.kernel.org
Subject: Re: [PATCH 01/10] drm: rcar-du: Document the rcar_du_crtc structure
Date: Wed, 29 Apr 2015 11:33:31 +0000 [thread overview]
Message-ID: <5540C18B.4080104@cogentembedded.com> (raw)
In-Reply-To: <1430267884-20560-2-git-send-email-laurent.pinchart+renesas@ideasonboard.com>
Hello.
On 4/29/2015 3:37 AM, Laurent Pinchart wrote:
> Document the structure fields using kerneldoc.
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> ---
> drivers/gpu/drm/rcar-du/rcar_du_crtc.h | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
>
> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_crtc.h b/drivers/gpu/drm/rcar-du/rcar_du_crtc.h
> index 5d9aa9b33769..e72f15c8c706 100644
> --- a/drivers/gpu/drm/rcar-du/rcar_du_crtc.h
> +++ b/drivers/gpu/drm/rcar-du/rcar_du_crtc.h
> @@ -22,6 +22,20 @@
>
> struct rcar_du_group;
>
> +/*
Kerneldoc needs /** at the start of comment.
> + * rcar_du_crtc - the CRTC, representing a DU superposition processor
Kerneldoc needs *struct* before the name.
[...]
WBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
dri-devel@lists.freedesktop.org
Cc: linux-sh@vger.kernel.org
Subject: Re: [PATCH 01/10] drm: rcar-du: Document the rcar_du_crtc structure
Date: Wed, 29 Apr 2015 14:33:31 +0300 [thread overview]
Message-ID: <5540C18B.4080104@cogentembedded.com> (raw)
In-Reply-To: <1430267884-20560-2-git-send-email-laurent.pinchart+renesas@ideasonboard.com>
Hello.
On 4/29/2015 3:37 AM, Laurent Pinchart wrote:
> Document the structure fields using kerneldoc.
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> ---
> drivers/gpu/drm/rcar-du/rcar_du_crtc.h | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
>
> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_crtc.h b/drivers/gpu/drm/rcar-du/rcar_du_crtc.h
> index 5d9aa9b33769..e72f15c8c706 100644
> --- a/drivers/gpu/drm/rcar-du/rcar_du_crtc.h
> +++ b/drivers/gpu/drm/rcar-du/rcar_du_crtc.h
> @@ -22,6 +22,20 @@
>
> struct rcar_du_group;
>
> +/*
Kerneldoc needs /** at the start of comment.
> + * rcar_du_crtc - the CRTC, representing a DU superposition processor
Kerneldoc needs *struct* before the name.
[...]
WBR, Sergei
next prev parent reply other threads:[~2015-04-29 11:33 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-29 0:37 [PATCH 00/10] R-Car DU: Fix flicker due to hardware plane reassociations Laurent Pinchart
2015-04-29 0:37 ` Laurent Pinchart
2015-04-29 0:37 ` [PATCH 01/10] drm: rcar-du: Document the rcar_du_crtc structure Laurent Pinchart
2015-04-29 0:37 ` Laurent Pinchart
2015-04-29 11:33 ` Sergei Shtylyov [this message]
2015-04-29 11:33 ` Sergei Shtylyov
2015-04-29 11:37 ` Laurent Pinchart
2015-04-29 11:37 ` Laurent Pinchart
2015-04-29 0:37 ` [PATCH 02/10] drm: rcar-du: Document the rcar_du_plane_state structure Laurent Pinchart
2015-04-29 0:37 ` Laurent Pinchart
2015-04-29 11:34 ` Sergei Shtylyov
2015-04-29 11:34 ` Sergei Shtylyov
2015-04-29 0:37 ` [PATCH 03/10] drm: rcar-du: Move properties from rcar_du_planes to rcar_du_device Laurent Pinchart
2015-04-29 0:37 ` Laurent Pinchart
2015-04-29 0:37 ` [PATCH 04/10] drm: rcar-du: Embed rcar_du_planes structure into rcar_du_group Laurent Pinchart
2015-04-29 0:37 ` Laurent Pinchart
2015-04-29 0:37 ` [PATCH 05/10] drm: rcar-du: Rename to_rcar_du_plane_state to to_rcar_plane_state Laurent Pinchart
2015-04-29 0:37 ` Laurent Pinchart
2015-04-29 0:38 ` [PATCH 06/10] drm: rcar-du: Add plane allocation debugging Laurent Pinchart
2015-04-29 0:38 ` Laurent Pinchart
2015-04-29 0:38 ` [PATCH 07/10] drm: rcar-du: Keep plane to CRTC associations when disabling a plane Laurent Pinchart
2015-04-29 0:38 ` Laurent Pinchart
2015-04-29 0:38 ` [PATCH 08/10] drm: rcar-du: Consider plane to CRTC associations in the plane allocator Laurent Pinchart
2015-04-29 0:38 ` Laurent Pinchart
2015-04-29 0:38 ` [PATCH 09/10] drm: rcar-du: Store the number of CRTCs per group in the group structure Laurent Pinchart
2015-04-29 0:38 ` Laurent Pinchart
2015-04-29 0:38 ` [PATCH 10/10] drm: rcar-du: Split planes pre-association 4/4 between CRTCs Laurent Pinchart
2015-04-29 0:38 ` 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=5540C18B.4080104@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=laurent.pinchart+renesas@ideasonboard.com \
--cc=linux-sh@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.