Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd524719 authored by Matt Roper's avatar Matt Roper Committed by Daniel Vetter
Browse files

drm/i915: Fix kerneldoc for i915 atomic plane code



Description of the 'state' parameter for intel_plane_destroy_state() was
missing and the intel_atomic_plane.c file section heading did not match
drm.tmpl.

Signed-off-by: default avatarMatt Roper <matthew.d.roper@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 1d83d957
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -22,7 +22,7 @@
 */
 */


/**
/**
 * DOC: atomic plane helper support
 * DOC: atomic plane helpers
 *
 *
 * The functions here are used by the atomic plane helper functions to
 * The functions here are used by the atomic plane helper functions to
 * implement legacy plane updates (i.e., drm_plane->update_plane() and
 * implement legacy plane updates (i.e., drm_plane->update_plane() and
@@ -67,6 +67,7 @@ intel_plane_duplicate_state(struct drm_plane *plane)
/**
/**
 * intel_plane_destroy_state - destroy plane state
 * intel_plane_destroy_state - destroy plane state
 * @plane: drm plane
 * @plane: drm plane
 * @state: state object to destroy
 *
 *
 * Destroys the plane state (both common and Intel-specific) for the
 * Destroys the plane state (both common and Intel-specific) for the
 * specified plane.
 * specified plane.