Commit 20b734c1 authored by Sui Jingfeng's avatar Sui Jingfeng Committed by Daniel Vetter

drm/drm_modeset_helper_vtables.h: fix a typo

 change upate to update
Signed-off-by: default avatarSui Jingfeng <15330273260@189.cn>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20220406073036.276288-1-15330273260@189.cn
parent 3454f01a
...@@ -1384,7 +1384,7 @@ struct drm_mode_config_helper_funcs { ...@@ -1384,7 +1384,7 @@ struct drm_mode_config_helper_funcs {
* starting to commit the update to the hardware. * starting to commit the update to the hardware.
* *
* After the atomic update is committed to the hardware this hook needs * After the atomic update is committed to the hardware this hook needs
* to call drm_atomic_helper_commit_hw_done(). Then wait for the upate * to call drm_atomic_helper_commit_hw_done(). Then wait for the update
* to be executed by the hardware, for example using * to be executed by the hardware, for example using
* drm_atomic_helper_wait_for_vblanks() or * drm_atomic_helper_wait_for_vblanks() or
* drm_atomic_helper_wait_for_flip_done(), and then clean up the old * drm_atomic_helper_wait_for_flip_done(), and then clean up the old
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment