projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5139411
)
drm/atomic: fix kerneldoc for fake_commit field
author
renjun wang
<renjunw0@foxmail.com>
Sat, 24 Aug 2024 08:20:14 +0000
(16:20 +0800)
committer
Thomas Zimmermann
<tzimmermann@suse.de>
Mon, 26 Aug 2024 14:28:48 +0000
(16:28 +0200)
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
include/drm/drm_atomic.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_atomic.h
b/include/drm/drm_atomic.h
index
4d7f4c5
..
31ca88d
100644
(file)
--- a/
include/drm/drm_atomic.h
+++ b/
include/drm/drm_atomic.h
@@
-460,7
+460,7
@@
struct drm_atomic_state {
*
* Used for signaling unbound planes/connectors.
* 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 to
o
early.
*
* This commit (if set) is not bound to any CRTC, but will be completed when
* drm_atomic_helper_commit_hw_done() is called.