aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/drm_atomic_helper.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/drm_atomic_helper.c b/drivers/gpu/drm/drm_atomic_helper.c
index 6a5acb91fa7f..583f47f27b36 100644
--- a/drivers/gpu/drm/drm_atomic_helper.c
+++ b/drivers/gpu/drm/drm_atomic_helper.c
@@ -1234,9 +1234,6 @@ static void commit_work(struct work_struct *work)
1234 * function implements nonblocking commits, using 1234 * function implements nonblocking commits, using
1235 * drm_atomic_helper_setup_commit() and related functions. 1235 * drm_atomic_helper_setup_commit() and related functions.
1236 * 1236 *
1237 * Note that right now this function does not support nonblocking commits, hence
1238 * driver writers must implement their own version for now.
1239 *
1240 * Committing the actual hardware state is done through the 1237 * Committing the actual hardware state is done through the
1241 * ->atomic_commit_tail() callback of the &drm_mode_config_helper_funcs vtable, 1238 * ->atomic_commit_tail() callback of the &drm_mode_config_helper_funcs vtable,
1242 * or it's default implementation drm_atomic_helper_commit_tail(). 1239 * or it's default implementation drm_atomic_helper_commit_tail().