mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-23 16:53:58 -05:00
drm: Fix macro name DRM_MODE_PROP_OBJECT in code comment
Signed-off-by: Zhaoge Zhang <zhangzhaoge@loongson.cn> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/1610416479-32736-1-git-send-email-zhangzhaoge@loongson.cn
This commit is contained in:
parent
2dee38d8cd
commit
7e60bdeb91
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ struct drm_property {
|
|||
* by the property. Bitmask properties are created using
|
||||
* drm_property_create_bitmask().
|
||||
*
|
||||
* DRM_MODE_PROB_OBJECT
|
||||
* DRM_MODE_PROP_OBJECT
|
||||
* Object properties are used to link modeset objects. This is used
|
||||
* extensively in the atomic support to create the display pipeline,
|
||||
* by linking &drm_framebuffer to &drm_plane, &drm_plane to
|
||||
|
|
Loading…
Add table
Reference in a new issue