Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/plane: Add missing kerneldoc

The plane helpers aren't pulled into the DocBook yet, so these weren't
noticed.

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

authored by

Thierry Reding and committed by
Daniel Vetter
5d571690 f1c37e1a

+4
+4
include/drm/drm_plane_helper.h
··· 49 49 50 50 /** 51 51 * drm_plane_helper_funcs - helper operations for CRTCs 52 + * @prepare_fb: prepare a framebuffer for use by the plane 53 + * @cleanup_fb: cleanup a framebuffer when it's no longer used by the plane 54 + * @atomic_check: check that a given atomic state is valid and can be applied 55 + * @atomic_update: apply an atomic state to the plane 52 56 * 53 57 * The helper operations are called by the mid-layer CRTC helper. 54 58 */