mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
drm/atomic: fix kerneldoc for fake_commit field
According to the context, the function description for fake_commit should be "prevent the atomic states from being freed too early" Signed-off-by: renjun wang <renjunw0@foxmail.com> Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/tencent_6EF2603DCCFAD6A8265F8AAD9D6D5BCB9309@qq.com
This commit is contained in:
parent
51394119f6
commit
cf4d37b815
@ -460,7 +460,7 @@ struct drm_atomic_state {
|
|||||||
*
|
*
|
||||||
* Used for signaling unbound planes/connectors.
|
* Used for signaling unbound planes/connectors.
|
||||||
* When a connector or plane is not bound to any CRTC, it's still important
|
* When a connector or plane is not bound to any CRTC, it's still important
|
||||||
* to preserve linearity to prevent the atomic states from being freed to early.
|
* to preserve linearity to prevent the atomic states from being freed too early.
|
||||||
*
|
*
|
||||||
* This commit (if set) is not bound to any CRTC, but will be completed when
|
* This commit (if set) is not bound to any CRTC, but will be completed when
|
||||||
* drm_atomic_helper_commit_hw_done() is called.
|
* drm_atomic_helper_commit_hw_done() is called.
|
||||||
|
Loading…
Reference in New Issue
Block a user