>-----Original Message----- >From: Sean Paul [mailto:[email protected]] >Sent: Thursday, May 23, 2019 7:25 PM >To: [email protected] >Cc: Sean Paul <[email protected]>; Shankar, Uma <[email protected]>; >Sharma, Shashank <[email protected]>; Ville Syrjälä ><[email protected]>; Maarten Lankhorst ><[email protected]>; Maxime Ripard ><[email protected]>; Sean Paul <[email protected]>; David Airlie ><[email protected]>; Daniel Vetter <[email protected]>; Bartlomiej Zolnierkiewicz ><[email protected]>; Hans Verkuil <[email protected]>; linux- >[email protected] >Subject: [PATCH] drm/edid: Fix docbook in drm_hdmi_infoframe_set_hdr_metadata() > >From: Sean Paul <[email protected]> > >Fixes the following warnings: >../drivers/gpu/drm/drm_edid.c:4925: warning: Function parameter or member >'conn_state' not described in 'drm_hdmi_infoframe_set_hdr_metadata' >../drivers/gpu/drm/drm_edid.c:4925: warning: Excess function parameter >'hdr_metadata' description in 'drm_hdmi_infoframe_set_hdr_metadata'
Thanks Sean Paul for fixing this. Reviewed-by: Uma Shankar <[email protected]> >Fixes: 2cdbfd66a829 ("drm: Enable HDR infoframe support") >Cc: Uma Shankar <[email protected]> >Cc: Shashank Sharma <[email protected]> >Cc: Ville Syrjälä <[email protected]> >Cc: Maarten Lankhorst <[email protected]> >Cc: Maxime Ripard <[email protected]> >Cc: Sean Paul <[email protected]> >Cc: David Airlie <[email protected]> >Cc: Daniel Vetter <[email protected]> >Cc: Bartlomiej Zolnierkiewicz <[email protected]> >Cc: "Ville Syrjälä" <[email protected]> >Cc: Hans Verkuil <[email protected]> >Cc: [email protected] >Cc: [email protected] >Signed-off-by: Sean Paul <[email protected]> >--- > drivers/gpu/drm/drm_edid.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index >262510c2a670..d87f574feeca 100644 >--- a/drivers/gpu/drm/drm_edid.c >+++ b/drivers/gpu/drm/drm_edid.c >@@ -4914,7 +4914,7 @@ static inline bool is_eotf_supported(u8 output_eotf, u8 >sink_eotf) > * drm_hdmi_infoframe_set_hdr_metadata() - fill an HDMI DRM infoframe with > * HDR metadata from userspace > * @frame: HDMI DRM infoframe >- * @hdr_metadata: hdr_source_metadata info from userspace >+ * @conn_state: Connector state containing HDR metadata > * > * Return: 0 on success or a negative error code on failure. > */ >-- >Sean Paul, Software Engineer, Google / Chromium OS _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
