Commit 6a425c2a authored by Matt Roper's avatar Matt Roper Committed by Daniel Vetter

drm/plane-helper: Fix transitional helper kerneldocs

drm_plane_helper_{update,disable} are not specific to primary planes;
fix some copy/paste summaries to avoid confusion.

Cc: dri-devel@lists.freedesktop.org
Signed-off-by: default avatarMatt Roper <matthew.d.roper@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 92890583
...@@ -492,7 +492,7 @@ int drm_plane_helper_commit(struct drm_plane *plane, ...@@ -492,7 +492,7 @@ int drm_plane_helper_commit(struct drm_plane *plane,
} }
/** /**
* drm_plane_helper_update() - Helper for primary plane update * drm_plane_helper_update() - Transitional helper for plane update
* @plane: plane object to update * @plane: plane object to update
* @crtc: owning CRTC of owning plane * @crtc: owning CRTC of owning plane
* @fb: framebuffer to flip onto plane * @fb: framebuffer to flip onto plane
...@@ -549,7 +549,7 @@ int drm_plane_helper_update(struct drm_plane *plane, struct drm_crtc *crtc, ...@@ -549,7 +549,7 @@ int drm_plane_helper_update(struct drm_plane *plane, struct drm_crtc *crtc,
EXPORT_SYMBOL(drm_plane_helper_update); EXPORT_SYMBOL(drm_plane_helper_update);
/** /**
* drm_plane_helper_disable() - Helper for primary plane disable * drm_plane_helper_disable() - Transitional helper for plane disable
* @plane: plane to disable * @plane: plane to disable
* *
* Provides a default plane disable handler using the atomic plane update * Provides a default plane disable handler using the atomic plane update
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment