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: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
*/
/**
- * DOC: atomic plane helper support
+ * DOC: atomic plane helpers
*
* The functions here are used by the atomic plane helper functions to
* implement legacy plane updates (i.e., drm_plane->update_plane() and
/**
* intel_plane_destroy_state - destroy plane state
* @plane: drm plane
+ * @state: state object to destroy
*
* Destroys the plane state (both common and Intel-specific) for the
* specified plane.