Message ID | 20161031173646.19453-1-stefan@agner.ch (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Oct 31, 2016 at 10:36:46AM -0700, Stefan Agner wrote: > The kernel-doc references drm_atomic_commit_planes() which does not > exist. The functions name is drm_atomic_helper_commit_planes(). > > Signed-off-by: Stefan Agner <stefan@agner.ch> Thanks a lot for fixing this, applied to drm-misc. -Daniel > --- > include/drm/drm_modeset_helper_vtables.h | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > > diff --git a/include/drm/drm_modeset_helper_vtables.h b/include/drm/drm_modeset_helper_vtables.h > index 10e449c..72478cf 100644 > --- a/include/drm/drm_modeset_helper_vtables.h > +++ b/include/drm/drm_modeset_helper_vtables.h > @@ -361,8 +361,8 @@ struct drm_crtc_helper_funcs { > * > * Note that the power state of the display pipe when this function is > * called depends upon the exact helpers and calling sequence the driver > - * has picked. See drm_atomic_commit_planes() for a discussion of the > - * tradeoffs and variants of plane commit helpers. > + * has picked. See drm_atomic_helper_commit_planes() for a discussion of > + * the tradeoffs and variants of plane commit helpers. > * > * This callback is used by the atomic modeset helpers and by the > * transitional plane helpers, but it is optional. > @@ -385,8 +385,8 @@ struct drm_crtc_helper_funcs { > * > * Note that the power state of the display pipe when this function is > * called depends upon the exact helpers and calling sequence the driver > - * has picked. See drm_atomic_commit_planes() for a discussion of the > - * tradeoffs and variants of plane commit helpers. > + * has picked. See drm_atomic_helper_commit_planes() for a discussion of > + * the tradeoffs and variants of plane commit helpers. > * > * This callback is used by the atomic modeset helpers and by the > * transitional plane helpers, but it is optional. > @@ -940,8 +940,8 @@ struct drm_plane_helper_funcs { > * > * Note that the power state of the display pipe when this function is > * called depends upon the exact helpers and calling sequence the driver > - * has picked. See drm_atomic_commit_planes() for a discussion of the > - * tradeoffs and variants of plane commit helpers. > + * has picked. See drm_atomic_helper_commit_planes() for a discussion of > + * the tradeoffs and variants of plane commit helpers. > * > * This callback is used by the atomic modeset helpers and by the > * transitional plane helpers, but it is optional. > @@ -963,8 +963,8 @@ struct drm_plane_helper_funcs { > * > * Note that the power state of the display pipe when this function is > * called depends upon the exact helpers and calling sequence the driver > - * has picked. See drm_atomic_commit_planes() for a discussion of the > - * tradeoffs and variants of plane commit helpers. > + * has picked. See drm_atomic_helper_commit_planes() for a discussion of > + * the tradeoffs and variants of plane commit helpers. > * > * This callback is used by the atomic modeset helpers and by the > * transitional plane helpers, but it is optional. > -- > 2.10.0 >
diff --git a/include/drm/drm_modeset_helper_vtables.h b/include/drm/drm_modeset_helper_vtables.h index 10e449c..72478cf 100644 --- a/include/drm/drm_modeset_helper_vtables.h +++ b/include/drm/drm_modeset_helper_vtables.h @@ -361,8 +361,8 @@ struct drm_crtc_helper_funcs { * * Note that the power state of the display pipe when this function is * called depends upon the exact helpers and calling sequence the driver - * has picked. See drm_atomic_commit_planes() for a discussion of the - * tradeoffs and variants of plane commit helpers. + * has picked. See drm_atomic_helper_commit_planes() for a discussion of + * the tradeoffs and variants of plane commit helpers. * * This callback is used by the atomic modeset helpers and by the * transitional plane helpers, but it is optional. @@ -385,8 +385,8 @@ struct drm_crtc_helper_funcs { * * Note that the power state of the display pipe when this function is * called depends upon the exact helpers and calling sequence the driver - * has picked. See drm_atomic_commit_planes() for a discussion of the - * tradeoffs and variants of plane commit helpers. + * has picked. See drm_atomic_helper_commit_planes() for a discussion of + * the tradeoffs and variants of plane commit helpers. * * This callback is used by the atomic modeset helpers and by the * transitional plane helpers, but it is optional. @@ -940,8 +940,8 @@ struct drm_plane_helper_funcs { * * Note that the power state of the display pipe when this function is * called depends upon the exact helpers and calling sequence the driver - * has picked. See drm_atomic_commit_planes() for a discussion of the - * tradeoffs and variants of plane commit helpers. + * has picked. See drm_atomic_helper_commit_planes() for a discussion of + * the tradeoffs and variants of plane commit helpers. * * This callback is used by the atomic modeset helpers and by the * transitional plane helpers, but it is optional. @@ -963,8 +963,8 @@ struct drm_plane_helper_funcs { * * Note that the power state of the display pipe when this function is * called depends upon the exact helpers and calling sequence the driver - * has picked. See drm_atomic_commit_planes() for a discussion of the - * tradeoffs and variants of plane commit helpers. + * has picked. See drm_atomic_helper_commit_planes() for a discussion of + * the tradeoffs and variants of plane commit helpers. * * This callback is used by the atomic modeset helpers and by the * transitional plane helpers, but it is optional.
The kernel-doc references drm_atomic_commit_planes() which does not exist. The functions name is drm_atomic_helper_commit_planes(). Signed-off-by: Stefan Agner <stefan@agner.ch> --- include/drm/drm_modeset_helper_vtables.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)