aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/drm_atomic_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_atomic_helper.c b/drivers/gpu/drm/drm_atomic_helper.c
index 14b71c888833..b83bd462868c 100644
--- a/drivers/gpu/drm/drm_atomic_helper.c
+++ b/drivers/gpu/drm/drm_atomic_helper.c
@@ -1819,7 +1819,7 @@ EXPORT_SYMBOL(drm_atomic_helper_setup_commit);
1819 * This function waits for all preceeding commits that touch the same CRTC as 1819 * This function waits for all preceeding commits that touch the same CRTC as
1820 * @old_state to both be committed to the hardware (as signalled by 1820 * @old_state to both be committed to the hardware (as signalled by
1821 * drm_atomic_helper_commit_hw_done) and executed by the hardware (as signalled 1821 * drm_atomic_helper_commit_hw_done) and executed by the hardware (as signalled
1822 * by calling drm_crtc_vblank_send_event() on the &drm_crtc_state.event). 1822 * by calling drm_crtc_send_vblank_event() on the &drm_crtc_state.event).
1823 * 1823 *
1824 * This is part of the atomic helper support for nonblocking commits, see 1824 * This is part of the atomic helper support for nonblocking commits, see
1825 * drm_atomic_helper_setup_commit() for an overview. 1825 * drm_atomic_helper_setup_commit() for an overview.