projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81895b5
)
drm: Fix the kernel doc warning for drm_link_status
author
Manasi Navare
<
[email protected]
>
Wed, 1 Mar 2017 14:45:10 +0000
(06:45 -0800)
committer
Daniel Vetter
<
[email protected]
>
Wed, 1 Mar 2017 15:09:52 +0000
(16:09 +0100)
This fixes the kernel doc warning that was introduced in
the 'commit
40ee6fbef75fe6
("drm: Add a new connector
atomic property for link status")'. Description has
been added for the enum values.
Signed-off-by: Manasi Navare <
[email protected]
>
Cc: Jani Nikula <
[email protected]
>
Cc: Daniel Vetter <
[email protected]
>
Cc:
[email protected]
Signed-off-by: Daniel Vetter <
[email protected]
>
Link:
http://patchwork.freedesktop.org/patch/msgid/
[email protected]
include/drm/drm_connector.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_connector.h
b/include/drm/drm_connector.h
index ccc0770b2de05e4da6c8218d0c2eebcae0c2b8f2..fabb35aba5f6fe4f9a4e506ca009064b4d77c798 100644
(file)
--- a/
include/drm/drm_connector.h
+++ b/
include/drm/drm_connector.h
@@
-94,6
+94,11
@@
enum subpixel_order {
*
* This enum is used as the connector's link status property value.
* It is set to the values defined in uapi.
+ *
+ * @DRM_LINK_STATUS_GOOD: DP Link is Good as a result of successful
+ * link training
+ * @DRM_LINK_STATUS_BAD: DP Link is BAD as a result of link training
+ * failure
*/
enum drm_link_status {
DRM_LINK_STATUS_GOOD = DRM_MODE_LINK_STATUS_GOOD,