[PATCH 3/3] drm: Fix kerneldocs for drm_plane modifiers

Ville Syrjälä ville.syrjala at linux.intel.com
Tue Nov 14 21:05:55 UTC 2017


On Tue, Nov 14, 2017 at 02:31:11PM -0500, Alex Deucher wrote:
> On Tue, Nov 14, 2017 at 2:10 PM, Ville Syrjala
> <ville.syrjala at linux.intel.com> wrote:
> > From: Ville Syrjälä <ville.syrjala at linux.intel.com>
> >
> > Add the missing kerneldoc for modifiers and modifier_count.
> >
> > Cc: Ben Widawsky <ben at bwidawsk.net>
> > Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
> > Suggested-by: Daniel Vetter <daniel.vetter at ffwll.ch>
> > Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
> 
> Series is:
> Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

Thanks everyone. Patches 1 and 3 pushed to drm-misc-next.
Looks like patch 2 will have to wait for a drm-next merge.

> 
> > ---
> >  include/drm/drm_plane.h | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/include/drm/drm_plane.h b/include/drm/drm_plane.h
> > index fef2786c6cc6..8185e3468a23 100644
> > --- a/include/drm/drm_plane.h
> > +++ b/include/drm/drm_plane.h
> > @@ -474,6 +474,8 @@ enum drm_plane_type {
> >   * @format_types: array of formats supported by this plane
> >   * @format_count: number of formats supported
> >   * @format_default: driver hasn't supplied supported formats for the plane
> > + * @modifiers: array of modifiers supported by this plane
> > + * @modifier_count: number of modifiers supported
> >   * @old_fb: Temporary tracking of the old fb while a modeset is ongoing. Used by
> >   *     drm_mode_set_config_internal() to implement correct refcounting.
> >   * @funcs: helper functions
> > --
> > 2.13.6
> >
> > _______________________________________________
> > dri-devel mailing list
> > dri-devel at lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Ville Syrjälä
Intel OTC


More information about the dri-devel mailing list