From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Paul Date: Thu, 13 Jun 2019 19:06:31 +0000 Subject: Re: [PATCH] drm/connector: Fix kerneldoc warning in HDR_OUTPUT_METADATA description Message-Id: <20190613190631.GH179831@art_vandelay> List-Id: References: <20190613151727.133696-1-sean@poorly.run> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: Alex Deucher Cc: linux-fbdev@vger.kernel.org, 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 wrote: > > > > From: Sean Paul > > > > Fixes the following warning: > > ../drivers/gpu/drm/drm_connector.c:981: WARNING: Definition list ends w= ithout a blank line; unexpected unindent. > > > > Fixes: a09db883e5d9 ("drm: Fix docbook warnings in hdr metadata helper = structures") > > Cc: Shashank Sharma > > Cc: Ville Syrj=E4 > > Cc: Maarten Lankhorst > > Cc: Maxime Ripard > > Cc: Sean Paul > > Cc: David Airlie > > Cc: Daniel Vetter > > Cc: Bartlomiej Zolnierkiewicz > > Cc: "Ville Syrj=E4" > > Cc: Hans Verkuil > > Cc: dri-devel@lists.freedesktop.org > > Cc: linux-fbdev@vger.kernel.org > > Cc: Sean Paul (v1) > > Cc: Uma Shankar > > Cc: Daniel Vetter > > Cc: "Ville Syrj=E4l=E4" > > Signed-off-by: Sean Paul >=20 > Reviewed-by: Alex Deucher Thanks Alex, I've applied this to -misc-next >=20 > > --- > > 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_conn= ector.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_colorsp= aces[] =3D { > > * Userspace will be responsible to do Tone mapping operation in c= ase: > > * - 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, Me= dia > > * 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 --=20 Sean Paul, Software Engineer, Google / Chromium OS