diff options
author | Stefan Agner <stefan@agner.ch> | 2016-10-31 13:36:46 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-11-08 04:43:58 -0500 |
commit | 0dc9967d030b6843766e3a97203ab9eaf6b19e41 (patch) | |
tree | d1c0c98ce48aa0eccc82e85fcdcdecb9f649ffc2 | |
parent | 03e93ac756915e2cb3b7a8469b61a88949ac7a1c (diff) |
drm/atomic-helper: fix reference to drm_atomic_helper_commit_planes
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>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20161031173646.19453-1-stefan@agner.ch
-rw-r--r-- | include/drm/drm_modeset_helper_vtables.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/include/drm/drm_modeset_helper_vtables.h b/include/drm/drm_modeset_helper_vtables.h index 10e449c86dbd..72478cf82147 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 { | |||
361 | * | 361 | * |
362 | * Note that the power state of the display pipe when this function is | 362 | * Note that the power state of the display pipe when this function is |
363 | * called depends upon the exact helpers and calling sequence the driver | 363 | * called depends upon the exact helpers and calling sequence the driver |
364 | * has picked. See drm_atomic_commit_planes() for a discussion of the | 364 | * has picked. See drm_atomic_helper_commit_planes() for a discussion of |
365 | * tradeoffs and variants of plane commit helpers. | 365 | * the tradeoffs and variants of plane commit helpers. |
366 | * | 366 | * |
367 | * This callback is used by the atomic modeset helpers and by the | 367 | * This callback is used by the atomic modeset helpers and by the |
368 | * transitional plane helpers, but it is optional. | 368 | * transitional plane helpers, but it is optional. |
@@ -385,8 +385,8 @@ struct drm_crtc_helper_funcs { | |||
385 | * | 385 | * |
386 | * Note that the power state of the display pipe when this function is | 386 | * Note that the power state of the display pipe when this function is |
387 | * called depends upon the exact helpers and calling sequence the driver | 387 | * called depends upon the exact helpers and calling sequence the driver |
388 | * has picked. See drm_atomic_commit_planes() for a discussion of the | 388 | * has picked. See drm_atomic_helper_commit_planes() for a discussion of |
389 | * tradeoffs and variants of plane commit helpers. | 389 | * the tradeoffs and variants of plane commit helpers. |
390 | * | 390 | * |
391 | * This callback is used by the atomic modeset helpers and by the | 391 | * This callback is used by the atomic modeset helpers and by the |
392 | * transitional plane helpers, but it is optional. | 392 | * transitional plane helpers, but it is optional. |
@@ -940,8 +940,8 @@ struct drm_plane_helper_funcs { | |||
940 | * | 940 | * |
941 | * Note that the power state of the display pipe when this function is | 941 | * Note that the power state of the display pipe when this function is |
942 | * called depends upon the exact helpers and calling sequence the driver | 942 | * called depends upon the exact helpers and calling sequence the driver |
943 | * has picked. See drm_atomic_commit_planes() for a discussion of the | 943 | * has picked. See drm_atomic_helper_commit_planes() for a discussion of |
944 | * tradeoffs and variants of plane commit helpers. | 944 | * the tradeoffs and variants of plane commit helpers. |
945 | * | 945 | * |
946 | * This callback is used by the atomic modeset helpers and by the | 946 | * This callback is used by the atomic modeset helpers and by the |
947 | * transitional plane helpers, but it is optional. | 947 | * transitional plane helpers, but it is optional. |
@@ -963,8 +963,8 @@ struct drm_plane_helper_funcs { | |||
963 | * | 963 | * |
964 | * Note that the power state of the display pipe when this function is | 964 | * Note that the power state of the display pipe when this function is |
965 | * called depends upon the exact helpers and calling sequence the driver | 965 | * called depends upon the exact helpers and calling sequence the driver |
966 | * has picked. See drm_atomic_commit_planes() for a discussion of the | 966 | * has picked. See drm_atomic_helper_commit_planes() for a discussion of |
967 | * tradeoffs and variants of plane commit helpers. | 967 | * the tradeoffs and variants of plane commit helpers. |
968 | * | 968 | * |
969 | * This callback is used by the atomic modeset helpers and by the | 969 | * This callback is used by the atomic modeset helpers and by the |
970 | * transitional plane helpers, but it is optional. | 970 | * transitional plane helpers, but it is optional. |