diff options
author | Matt Roper <matthew.d.roper@intel.com> | 2015-01-15 18:34:22 -0800 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-01-26 08:21:57 +0100 |
commit | 6a425c2a9b37ca3d2c37e3c1cdf973dba53eaa79 (patch) | |
tree | 432db2a6adf25dcbce10354110f88f49dad08add /drivers/gpu/drm/drm_plane_helper.c | |
parent | 92890583627ee2a0518e55b063fcff86826fef96 (diff) | |
download | talos-op-linux-6a425c2a9b37ca3d2c37e3c1cdf973dba53eaa79.tar.gz talos-op-linux-6a425c2a9b37ca3d2c37e3c1cdf973dba53eaa79.zip |
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: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/drm_plane_helper.c')
-rw-r--r-- | drivers/gpu/drm/drm_plane_helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/drm_plane_helper.c b/drivers/gpu/drm/drm_plane_helper.c index 7a5814afe31a..510fe03a1fc1 100644 --- a/drivers/gpu/drm/drm_plane_helper.c +++ b/drivers/gpu/drm/drm_plane_helper.c @@ -492,7 +492,7 @@ out: } /** - * drm_plane_helper_update() - Helper for primary plane update + * drm_plane_helper_update() - Transitional helper for plane update * @plane: plane object to update * @crtc: owning CRTC of owning plane * @fb: framebuffer to flip onto plane @@ -549,7 +549,7 @@ int drm_plane_helper_update(struct drm_plane *plane, struct drm_crtc *crtc, 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 * * Provides a default plane disable handler using the atomic plane update |