drm/atomic: fix doc to use new name for commit types
authorGustavo Padovan <gustavo.padovan@collabora.com>
Thu, 27 Apr 2017 14:35:06 +0000 (11:35 -0300)
committerGustavo Padovan <gustavo.padovan@collabora.com>
Wed, 3 May 2017 01:58:13 +0000 (22:58 -0300)
Use "non-blocking" and "blocking" instead of old names.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20170427143506.32650-1-gustavo@padovan.org
drivers/gpu/drm/drm_atomic_helper.c

index cfeda5f2883bbd72114da6a105b8b78103e97da7..5a3c9c0a1613bf31fa5c3ad33003176833cc233c 100644 (file)
@@ -1070,8 +1070,8 @@ EXPORT_SYMBOL(drm_atomic_helper_commit_modeset_enables);
  *
  * Note that @pre_swap is needed since the point where we block for fences moves
  * around depending upon whether an atomic commit is blocking or
- * non-blocking. For async commit all waiting needs to happen after
- * drm_atomic_helper_swap_state() is called, but for synchronous commits we want
+ * non-blocking. For non-blocking commit all waiting needs to happen after
+ * drm_atomic_helper_swap_state() is called, but for blocking commits we want
  * to wait **before** we do anything that can't be easily rolled back. That is
  * before we call drm_atomic_helper_swap_state().
  *