linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/connector: Fix kerneldoc warning in HDR_OUTPUT_METADATA description
@ 2019-06-13 15:17 Sean Paul
  2019-06-13 16:57 ` Alex Deucher
  0 siblings, 1 reply; 3+ messages in thread
From: Sean Paul @ 2019-06-13 15:17 UTC (permalink / raw)
  To: dri-devel
  Cc: linux-fbdev, Bartlomiej Zolnierkiewicz, Maxime Ripard,
	Daniel Vetter, Hans Verkuil, David Airlie, Uma Shankar, Sean Paul,
	Sean Paul

From: Sean Paul <seanpaul@chromium.org>

Fixes the following warning:
../drivers/gpu/drm/drm_connector.c:981: WARNING: Definition list ends without a blank line; unexpected unindent.

Fixes: a09db883e5d9 ("drm: Fix docbook warnings in hdr metadata helper structures")
Cc: Shashank Sharma <shashank.sharma@intel.com>
Cc: Ville Syrj채 <ville.syrjala@linux.intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <maxime.ripard@bootlin.com>
Cc: Sean Paul <sean@poorly.run>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Cc: "Ville Syrj채" <ville.syrjala@linux.intel.com>
Cc: Hans Verkuil <hansverk@cisco.com>
Cc: dri-devel@lists.freedesktop.org
Cc: linux-fbdev@vger.kernel.org
Cc: Sean Paul <sean@poorly.run> (v1)
Cc: Uma Shankar <uma.shankar@intel.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: "Ville Syrj채l채" <ville.syrjala@linux.intel.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
---
 drivers/gpu/drm/drm_connector.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c
index a598a5eb48d21..3ccdcf3dfcde2 100644
--- a/drivers/gpu/drm/drm_connector.c
+++ b/drivers/gpu/drm/drm_connector.c
@@ -978,6 +978,7 @@ static const struct drm_prop_enum_list hdmi_colorspaces[] = {
  *	Userspace will be responsible to do Tone mapping operation in case:
  *		- Some layers are HDR and others are SDR
  *		- HDR layers luminance is not same as sink
+ *
  *	It will even need to do colorspace conversion and get all layers
  *	to one common colorspace for blending. It can use either GL, Media
  *	or display engine to get this done based on the capabilties of the
-- 
Sean Paul, Software Engineer, Google / Chromium OS

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/connector: Fix kerneldoc warning in HDR_OUTPUT_METADATA description
  2019-06-13 15:17 [PATCH] drm/connector: Fix kerneldoc warning in HDR_OUTPUT_METADATA description Sean Paul
@ 2019-06-13 16:57 ` Alex Deucher
  2019-06-13 19:06   ` Sean Paul
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Deucher @ 2019-06-13 16:57 UTC (permalink / raw)
  To: Sean Paul
  Cc: linux-fbdev, Bartlomiej Zolnierkiewicz, Maxime Ripard,
	Daniel Vetter, Maling list - DRI developers, Hans Verkuil,
	David Airlie, Uma Shankar, Sean Paul

On Thu, Jun 13, 2019 at 11:17 AM Sean Paul <sean@poorly.run> wrote:
>
> From: Sean Paul <seanpaul@chromium.org>
>
> Fixes the following warning:
> ../drivers/gpu/drm/drm_connector.c:981: WARNING: Definition list ends without a blank line; unexpected unindent.
>
> Fixes: a09db883e5d9 ("drm: Fix docbook warnings in hdr metadata helper structures")
> Cc: Shashank Sharma <shashank.sharma@intel.com>
> Cc: Ville Syrj채 <ville.syrjala@linux.intel.com>
> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Cc: Maxime Ripard <maxime.ripard@bootlin.com>
> Cc: Sean Paul <sean@poorly.run>
> Cc: David Airlie <airlied@linux.ie>
> Cc: Daniel Vetter <daniel@ffwll.ch>
> Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> Cc: "Ville Syrj채" <ville.syrjala@linux.intel.com>
> Cc: Hans Verkuil <hansverk@cisco.com>
> Cc: dri-devel@lists.freedesktop.org
> Cc: linux-fbdev@vger.kernel.org
> Cc: Sean Paul <sean@poorly.run> (v1)
> Cc: Uma Shankar <uma.shankar@intel.com>
> Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
> Cc: "Ville Syrj채l채" <ville.syrjala@linux.intel.com>
> Signed-off-by: Sean Paul <seanpaul@chromium.org>

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

> ---
>  drivers/gpu/drm/drm_connector.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c
> index a598a5eb48d21..3ccdcf3dfcde2 100644
> --- a/drivers/gpu/drm/drm_connector.c
> +++ b/drivers/gpu/drm/drm_connector.c
> @@ -978,6 +978,7 @@ static const struct drm_prop_enum_list hdmi_colorspaces[] = {
>   *     Userspace will be responsible to do Tone mapping operation in case:
>   *             - Some layers are HDR and others are SDR
>   *             - HDR layers luminance is not same as sink
> + *
>   *     It will even need to do colorspace conversion and get all layers
>   *     to one common colorspace for blending. It can use either GL, Media
>   *     or display engine to get this done based on the capabilties of the
> --
> Sean Paul, Software Engineer, Google / Chromium OS
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/connector: Fix kerneldoc warning in HDR_OUTPUT_METADATA description
  2019-06-13 16:57 ` Alex Deucher
@ 2019-06-13 19:06   ` Sean Paul
  0 siblings, 0 replies; 3+ messages in thread
From: Sean Paul @ 2019-06-13 19:06 UTC (permalink / raw)
  To: Alex Deucher
  Cc: linux-fbdev, Bartlomiej Zolnierkiewicz, Maxime Ripard,
	Daniel Vetter, Maling list - DRI developers, Hans Verkuil,
	David Airlie, Uma Shankar, Sean Paul, Sean Paul

On Thu, Jun 13, 2019 at 12:57:29PM -0400, Alex Deucher wrote:
> On Thu, Jun 13, 2019 at 11:17 AM Sean Paul <sean@poorly.run> wrote:
> >
> > From: Sean Paul <seanpaul@chromium.org>
> >
> > Fixes the following warning:
> > ../drivers/gpu/drm/drm_connector.c:981: WARNING: Definition list ends without a blank line; unexpected unindent.
> >
> > Fixes: a09db883e5d9 ("drm: Fix docbook warnings in hdr metadata helper structures")
> > Cc: Shashank Sharma <shashank.sharma@intel.com>
> > Cc: Ville Syrjä <ville.syrjala@linux.intel.com>
> > Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> > Cc: Maxime Ripard <maxime.ripard@bootlin.com>
> > Cc: Sean Paul <sean@poorly.run>
> > Cc: David Airlie <airlied@linux.ie>
> > Cc: Daniel Vetter <daniel@ffwll.ch>
> > Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> > Cc: "Ville Syrjä" <ville.syrjala@linux.intel.com>
> > Cc: Hans Verkuil <hansverk@cisco.com>
> > Cc: dri-devel@lists.freedesktop.org
> > Cc: linux-fbdev@vger.kernel.org
> > Cc: Sean Paul <sean@poorly.run> (v1)
> > Cc: Uma Shankar <uma.shankar@intel.com>
> > Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
> > Cc: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
> > Signed-off-by: Sean Paul <seanpaul@chromium.org>
> 
> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

Thanks Alex, I've applied this to -misc-next

> 
> > ---
> >  drivers/gpu/drm/drm_connector.c | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c
> > index a598a5eb48d21..3ccdcf3dfcde2 100644
> > --- a/drivers/gpu/drm/drm_connector.c
> > +++ b/drivers/gpu/drm/drm_connector.c
> > @@ -978,6 +978,7 @@ static const struct drm_prop_enum_list hdmi_colorspaces[] = {
> >   *     Userspace will be responsible to do Tone mapping operation in case:
> >   *             - Some layers are HDR and others are SDR
> >   *             - HDR layers luminance is not same as sink
> > + *
> >   *     It will even need to do colorspace conversion and get all layers
> >   *     to one common colorspace for blending. It can use either GL, Media
> >   *     or display engine to get this done based on the capabilties of the
> > --
> > Sean Paul, Software Engineer, Google / Chromium OS
> >
> > _______________________________________________
> > dri-devel mailing list
> > dri-devel@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Sean Paul, Software Engineer, Google / Chromium OS

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-13 19:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-13 15:17 [PATCH] drm/connector: Fix kerneldoc warning in HDR_OUTPUT_METADATA description Sean Paul
2019-06-13 16:57 ` Alex Deucher
2019-06-13 19:06   ` Sean Paul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).